summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Bright2016-03-23 11:28:19 +0000
committerDan Bright2016-03-23 11:28:19 +0000
commit3d362a74466ab1f5801c00ea97c8b16fcb6b0db4 (patch)
treea4ebb225f6d0e89443ce029d6f868d55c23ec25d /PKGBUILD
parent51e0533b31c117babd603c687825f347af2723c5 (diff)
downloadaur-python-iptceditor-gtk3-git.tar.gz
Add python-lxml as depend
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a4ac8fd1177..aa9dfa921214 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Dan Bright <productions at zaziork dot com>
pkgname=python-iptceditor-gtk3-git
-pkgrel=1 # package release (reset to 1 when new package version released (pkgver)
-pkgver=0.4.0 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
+pkgrel=2 # package release (reset to 1 when new package version released (pkgver)
+pkgver=0.4.2 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
pkgdesc="NOTE: THIS IS BETA. USE AT YOUR OWN RISK. This is a python3 GTK3 wrapper for the EXIV2 application, which is used to read and edit IPTC (and other forms) of image metadata. It can handle bulk operations on directories of image files."
arch=('any')
url="https://github.com/ZWS2014/python-iptceditor-gtk3"
license=('GPL3')
-depends=('exiv2' 'python>=3.0.0' 'python-gobject' 'desktop-file-utils' 'python-setuptools' 'python-magic' 'git')
+depends=('exiv2' 'python>=3.0.0' 'python-gobject' 'desktop-file-utils' 'python-setuptools' 'python-magic' 'git' 'python-lxml')
source=("python-iptceditor-gtk3::git+https://github.com/ZWS2014/python-iptceditor-gtk3")
#source=($pkgname-$pkgver.tar.gz)
sha256sums=('SKIP')