summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e518ec303f9f..98a72ca8ce59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-torf
pkgdesc = Python module to create, parse and edit torrent files and magnet links
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rndusr/torf
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5c5b296d3a26..80c15fcd66b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-torf
_name=torf
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Python module to create, parse and edit torrent files and magnet links"
arch=('any')
url="https://github.com/rndusr/torf"
@@ -23,6 +23,7 @@ md5sums=('f1b2e576d7f24dbd8b5cf7aabea03ac7')
package() {
cd "$srcdir/$_name-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
+ chmod -R a+rX ${pkgdir}
}
# vim:set ts=2 sw=2 et: