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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 28 18:56:06 UTC 2016


    Date: Monday, March 28, 2016 @ 20:56:06
  Author: arodseth
Revision: 168722

upgpkg: python-pyswip 0.2.3-3

Modified:
  python-pyswip/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 18:53:19 UTC (rev 168721)
+++ PKGBUILD	2016-03-28 18:56:06 UTC (rev 168722)
@@ -1,35 +1,36 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=python-pyswip
 pkgver=0.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Python wrapper for SWI-Prolog'
 arch=('any')
-url='https://github.com/swenzel2/pyswip3'
+url='https://github.com/yuce/pyswip'
 license=('MIT')
 depends=('python' 'swi-prolog')
 makedepends=('setuptools' 'git')
-source=("git://github.com/swenzel2/pyswip3.git#commit=0145fd1f70")
+source=("git://github.com/yuce/pyswip.git#commit=72771d9")
 sha256sums=('SKIP')
 
 build() {
-  cd pyswip3
+  cd pyswip
 
   python setup.py build
 }
 
 check() {
-  cd pyswip3
+  cd pyswip
 
   python setup.py check
 }
 
 package() {
-  cd pyswip3
+  cd pyswip
 
   python setup.py install --prefix=/usr --root="$pkgdir"
   install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R README examples "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 



More information about the arch-commits mailing list