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

Alexander Rødseth arodseth at archlinux.org
Tue Jun 5 09:05:50 UTC 2018


    Date: Tuesday, June 5, 2018 @ 09:05:49
  Author: arodseth
Revision: 340495

upgpkg: python-pyswip 0.2.6-1

Modified:
  python-pyswip/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 08:44:29 UTC (rev 340494)
+++ PKGBUILD	2018-06-05 09:05:49 UTC (rev 340495)
@@ -2,15 +2,15 @@
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=python-pyswip
-pkgver=0.2.3
-pkgrel=5
+pkgver=0.2.6
+pkgrel=1
 pkgdesc='Python wrapper for SWI-Prolog'
 arch=('any')
 url='https://github.com/yuce/pyswip'
 license=('MIT')
 depends=('python' 'swi-prolog')
-makedepends=('python-setuptools' 'git')
-source=("git://github.com/yuce/pyswip#commit=72771d9")
+makedepends=('git' 'python-setuptools')
+source=("git+https://github.com/yuce/pyswip#tag=v$pkgver")
 sha256sums=('SKIP')
 
 build() {
@@ -31,7 +31,8 @@
   python setup.py install --prefix=/usr --root="$pkgdir"
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# vim:set ts=2 sw=2 et:
+# getver: github.com/yuce/pyswip
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list