[arch-commits] Commit in sword/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Dec 24 15:24:00 UTC 2016


    Date: Saturday, December 24, 2016 @ 15:24:00
  Author: felixonmars
Revision: 201526

Python 3.6 rebuild

Modified:
  sword/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 15:21:29 UTC (rev 201525)
+++ PKGBUILD	2016-12-24 15:24:00 UTC (rev 201526)
@@ -11,7 +11,7 @@
 pkgname=(sword python-sword python2-sword)
 _mainver=1.7
 pkgver=1.7.4
-pkgrel=8
+pkgrel=9
 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.5"
+  rm -r "$pkgdir/usr/lib/python3.6"
 }
 
 package_python-sword() {



More information about the arch-commits mailing list