summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb661ee7b83..fbd60017ebbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = exif-git
pkgdesc = Command-line utility to show EXIF information
- pkgver = 0.6.22.r59.gf66c29c
+ pkgver = 0.6.22.r62.g0059882
pkgrel = 1
url = https://libexif.github.io/
arch = i686
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-or-later
makedepends = git
depends = glibc
depends = libexif
depends = popt
- provides = exif=0.6.22.r59.gf66c29c
+ provides = exif=0.6.22.r62.g0059882
conflicts = exif
source = git+https://github.com/libexif/exif.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb42877ef01a..12c88ad55412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=exif-git
-pkgver=0.6.22.r59.gf66c29c
+pkgver=0.6.22.r62.g0059882
pkgrel=1
pkgdesc="Command-line utility to show EXIF information"
arch=('i686' 'x86_64')
url="https://libexif.github.io/"
-license=('LGPL')
+license=('LGPL-2.1-or-later')
depends=('glibc' 'libexif' 'popt')
makedepends=('git')
provides=("exif=$pkgver")