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 5d90c31c5b97..7aad6bc1c52e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-vapory
pkgdesc = Photo-realistic 3D rendering with Python and POV-Ray
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Zulko/Vapory
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4e6fd6385e01..aff40dc05c41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _base=Vapory
pkgname=python-${_base/V/v}
pkgdesc="Photo-realistic 3D rendering with Python and POV-Ray"
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/Zulko/${_base}"
depends=(povray python)