[arch-commits] Commit in sword/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Sep 19 14:14:34 UTC 2015
Date: Saturday, September 19, 2015 @ 16:14:34
Author: fyan
Revision: 140861
upgpkg: sword 1.7.4-4
rebuild for python 3.5
Modified:
sword/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-19 14:14:27 UTC (rev 140860)
+++ PKGBUILD 2015-09-19 14:14:34 UTC (rev 140861)
@@ -11,7 +11,7 @@
pkgname=(sword python-sword python2-sword)
_mainver=1.7
pkgver=1.7.4
-pkgrel=3
+pkgrel=4
pkgdesc="Library for Bible study programs"
arch=('x86_64' 'i686')
url="http://www.crosswire.org/sword/"
@@ -46,7 +46,7 @@
make DESTDIR="$pkgdir" install
# Move it into a separated package
- rm -r "$pkgdir/usr/lib/python3.4"
+ rm -r "$pkgdir/usr/lib/python3.5"
}
package_python-sword() {
More information about the arch-commits
mailing list