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

Alexander Rødseth arodseth at archlinux.org
Thu Feb 27 09:39:03 UTC 2020


    Date: Thursday, February 27, 2020 @ 09:39:03
  Author: arodseth
Revision: 583749

upgpkg: python-pyswip 0.2.9-1

Modified:
  python-pyswip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 09:38:45 UTC (rev 583748)
+++ PKGBUILD	2020-02-27 09:39:03 UTC (rev 583749)
@@ -1,15 +1,15 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 
 pkgname=python-pyswip
-pkgver=0.2.7
-pkgrel=3
+pkgver=0.2.9
+pkgrel=1
 pkgdesc='Python wrapper for SWI-Prolog'
-arch=('any')
+arch=(any)
 url='https://github.com/yuce/pyswip'
-license=('MIT')
-depends=('python' 'swi-prolog')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/yuce/pyswip#tag=v$pkgver")
+license=(MIT)
+depends=(python swi-prolog)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=bd44ff794d4b940439649875e54c8c5c2bcd5933") # tag: v0.2.9
 sha256sums=('SKIP')
 
 build() {



More information about the arch-commits mailing list