Skip to content
Permalink
Browse files
image-exiftool 12.60
opera 97.0.4719.63
  • Loading branch information
demmm committed Apr 5, 2023
1 parent bd629ee commit d651d12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
@@ -2,7 +2,7 @@
# only build local, server for unknown reasons does not follow perl install dir
pkgname=image-exiftool
_pkgname=Image-ExifTool
pkgver=12.59
pkgver=12.60
pkgrel=1
pkgdesc="Platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files."
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('perl-archive-zip')
options=('!emptydirs')
source=("https://exiftool.org/${_pkgname}-$pkgver.tar.gz")
sha1sums=('fcfb1eda22b82dff53f78ed31debebf9b9395c24')
sha1sums=('d95039ef7252ef55fd2222320ce22bed5ac87578')

build() {
cd ${_pkgname}-${pkgver}
@@ -1,6 +1,6 @@

pkgname=opera
pkgver=97.0.4719.43
pkgver=97.0.4719.63
pkgrel=1
pkgdesc="A fast and secure web browser and Internet suite."
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gcc-libs' 'libxt' 'freetype2' 'libxext' 'glib2' 'shared-mime-info' 'hi
optdepends=('kde-gtk-config: gtk integration settings for Plasma')
groups=('network-web')
source=("https://download1.operacdn.com/pub/opera/desktop/${pkgver}/linux/opera-stable_${pkgver}_amd64.deb")
sha256sums=('559551ee8136189c15a35336a07156bb3cf24e9849011a5e257fed6c03efc048')
sha256sums=('48a611328dd1a126e1e974c116aeb5c4a5a854b57eba704f36687644c92537d6')

package() {
bsdtar -xJf data.tar.xz -C ${srcdir}/

0 comments on commit d651d12

Please sign in to comment.