summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8041236167bf..76962d493693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exiv2-git
pkgdesc = Exif, Iptc and XMP metadata manipulation library and tools
pkgver = 0.27.4.RC2.r247.gc7a41230f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Exiv2/exiv2
arch = x86_64
license = GPL2
@@ -13,6 +13,7 @@ pkgbase = exiv2-git
depends = expat
depends = gettext
depends = curl
+ provides = exiv2
provides = libexiv2.so
conflicts = exiv2
source = exiv2-git::git+https://github.com/Exiv2/exiv2.git
diff --git a/PKGBUILD b/PKGBUILD
index c3ae61718352..b7d86fc93748 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=exiv2-git
pkgver=0.27.4.RC2.r247.gc7a41230f
-pkgrel=1
+pkgrel=2
pkgdesc="Exif, Iptc and XMP metadata manipulation library and tools"
url="https://github.com/Exiv2/exiv2"
arch=('x86_64')
license=('GPL2')
depends=('gcc-libs' 'zlib' 'expat' 'gettext' 'curl')
makedepends=('git' 'cmake' 'gtest')
-provides=('libexiv2.so')
+provides=('exiv2' 'libexiv2.so')
conflicts=('exiv2')
source=("$pkgname::git+${url}.git")
md5sums=('SKIP')