diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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") |