summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Klevtsov2016-06-27 18:39:06 +0700
committerArtem Klevtsov2016-06-27 18:39:06 +0700
commit4618b6b519082b73b6e3ef8e80c19f8a68ce084e (patch)
tree88a9f6c68072b264c4b6f49de0e716898f19f3fa
parent17a132392dc11136eef9754db84a9030e7ae9ed6 (diff)
downloadaur-4618b6b519082b73b6e3ef8e80c19f8a68ce084e.tar.gz
Add boost to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0c1b8769128..42c079f59bfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 22:13:38 UTC 2016
+# Mon Jun 27 11:38:37 UTC 2016
pkgbase = python-exiv2
pkgdesc = py3exiv2 is a Python3 binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/py3exiv2
arch = i686
arch = x86_64
license = GPL3
+ makedepends = boost
depends = python
depends = boost-libs
depends = exiv2
diff --git a/PKGBUILD b/PKGBUILD
index a50ae9313505..dfc9abb4f341 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
_pkgname=python3-exiv2
pkgname=python-exiv2
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="py3exiv2 is a Python3 binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata."
url="https://launchpad.net/py3exiv2"
arch=('i686' 'x86_64')
depends=('python' 'boost-libs' 'exiv2')
+makedepends=('boost')
license=('GPL3')
source=("http://www.py3exiv2.tuxfamily.org/releases/${_pkgname}.${pkgver}.tar.gz")
md5sums=('cd94d06ea02741eb452ce10d3ed29881')