summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-08 03:38:03 +0800
committerChocobo12023-04-08 03:38:03 +0800
commitedf7ca4c79f54544f98d747941e9e48ded9cfc01 (patch)
treec14aa60c6173a36d7253ec285cef42f971a5cccf
parent111e5209cf2339c9d5ba9fc045110cc45e67488e (diff)
downloadaur-edf7ca4c79f54544f98d747941e9e48ded9cfc01.tar.gz
upgpkg: exif-git 0.6.22.r59.gf66c29c-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b1d62c15d36..7bb661ee7b83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = exif-git
pkgdesc = Command-line utility to show EXIF information
- pkgver = 0.6.22.r28.g6ec97f8
+ pkgver = 0.6.22.r59.gf66c29c
pkgrel = 1
url = https://libexif.github.io/
arch = i686
@@ -10,10 +10,9 @@ pkgbase = exif-git
depends = glibc
depends = libexif
depends = popt
- provides = exif
+ provides = exif=0.6.22.r59.gf66c29c
conflicts = exif
source = git+https://github.com/libexif/exif.git
sha256sums = SKIP
pkgname = exif-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f8d3977b98c4..bb42877ef01a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=exif-git
-pkgver=0.6.22.r28.g6ec97f8
+pkgver=0.6.22.r59.gf66c29c
pkgrel=1
pkgdesc="Command-line utility to show EXIF information"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://libexif.github.io/"
license=('LGPL')
depends=('glibc' 'libexif' 'popt')
makedepends=('git')
-provides=('exif')
+provides=("exif=$pkgver")
conflicts=('exif')
source=("git+https://github.com/libexif/exif.git")
sha256sums=('SKIP')