summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 814735fcf537..825bb2253c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-img-renamer
_pkgname=img-renamer
-pkgver=v2.5.1
-pkgrel=2
+pkgver=v2.6.0
+pkgrel=3
pkgdesc="Python script to rename images in numberic order."
arch=("any")
url="https://gitlab.com/miicat/$_pkgname"
@@ -16,7 +16,7 @@ md5sums=("SKIP")
build() {
cd "${srcdir}/${_pkgname}"
- git checkout v2.5.1
+ git checkout v2.6.0
python setup.py build
}