summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c64412ea1e2..c7274abc6d3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pinecil
pkgdesc = A python interface for Pinecil V2 controls and settings.
pkgver = 0.2.15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/builder555/pinecil_lib
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index cca499390c54..91a8ff467f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pinecil
_name=${pkgname##python-}_lib
pkgver=0.2.15
-pkgrel=1
+pkgrel=2
pkgdesc="A python interface for Pinecil V2 controls and settings."
arch=('any')
url="https://github.com/builder555/pinecil_lib"