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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 29 23:22:18 UTC 2021


    Date: Friday, January 29, 2021 @ 23:22:18
  Author: arodseth
Revision: 835814

upgpkg: python-pyswip 0.2.10-1

Modified:
  python-pyswip/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 23:22:17 UTC (rev 835813)
+++ PKGBUILD	2021-01-29 23:22:18 UTC (rev 835814)
@@ -1,8 +1,8 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=python-pyswip
-pkgver=0.2.9
-pkgrel=2
+pkgver=0.2.10
+pkgrel=1
 pkgdesc='Python wrapper for SWI-Prolog'
 arch=(any)
 url='https://github.com/yuce/pyswip'
@@ -9,29 +9,23 @@
 license=(MIT)
 depends=(python swi-prolog)
 makedepends=(git python-setuptools)
-source=("git+$url#commit=bd44ff794d4b940439649875e54c8c5c2bcd5933") # tag: v0.2.9
+source=("git+$url#commit=9e9ca3e0059d156397fb020c2bdaef70f59529a6") # tag: v0.2.10
 sha256sums=('SKIP')
 
 build() {
   cd pyswip
-
   python setup.py build
 }
 
 check() {
   cd pyswip
-
   python setup.py check
 }
 
 package() {
   cd pyswip
-
   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 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# getver: github.com/yuce/pyswip
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list