summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0faa72109c57..6fe01f595bc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-img-renamer
pkgdesc = Python script to rename images in numberic order.
- pkgver = v2.5.1
- pkgrel = 2
+ pkgver = v2.6.0
+ pkgrel = 3
url = https://gitlab.com/miicat/img-renamer
arch = any
license = GPL3
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
}