summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Bright2016-02-17 21:49:15 +0000
committerDan Bright2016-02-17 21:49:15 +0000
commit8aa7beea1d058faa1722a6177099017840024780 (patch)
tree5675d67ac1f047fe7d14921108f69c0fcc152145
parenta72b251ca51321d1779ce19dbfbe91c8c4b58c1e (diff)
downloadaur-8aa7beea1d058faa1722a6177099017840024780.tar.gz
Initial commit
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f4b5a29fd32..939b3cd80f39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 21:39:19 UTC 2016
+# Wed Feb 17 21:49:07 UTC 2016
pkgbase = python-iptceditor-gtk3-git
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.
- pkgver = 0.1
+ pkgver = 0
pkgrel = 1
url = https://github.com/ZWS2014/python-iptceditor-gtk3
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index dfd73fe37c06..5de6819ca105 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# 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.1 # package version (increment when new application version released, but overwritten on build with pkgver() method below)
+pkgver=0 # 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"