summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e33cbd8dfed..7dc936ea8426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-exiv2
- pkgdesc = pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata.
+ pkgdesc = Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata.
pkgver = 0.3.2
- pkgrel = 21
+ pkgrel = 22
url = http://launchpad.net/pyexiv2
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 250f8f0867da..db8c5fbb09c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgname=pyexiv2
pkgname=python2-exiv2
pkgver=0.3.2
-pkgrel=21
-pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata."
+pkgrel=22
+pkgdesc="Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata."
url="http://launchpad.net/${_pkgname}"
arch=('x86_64')
depends=('python2' 'boost-libs' 'exiv2')