summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Winger2021-10-13 22:29:07 -0400
committerBenjamin Winger2021-10-13 22:29:07 -0400
commit3ce9115e599419082959d028b12d663ea832cf41 (patch)
tree95c350f1b81b6cca643a79d9770b2ef675f8702f
parent02117423925c669b117cb4106705d752b9909084 (diff)
downloadaur-3ce9115e599419082959d028b12d663ea832cf41.tar.gz
Updated to 0.1.7.dev11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d48b8dc760e..24cbca66871e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-python-sat
pkgdesc = A Python library for prototyping with SAT oracles
- pkgver = 0.1.7.dev2
+ pkgver = 0.1.7.dev11
pkgrel = 1
url = https://github.com/pysathq/pysat
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-python-sat
depends = python-six
provides = python-python-sat
conflicts = python-python-sat
- source = https://files.pythonhosted.org/packages/36/43/e646158ec760f4ba28641fd9ca4827aa4b8ee128564b6eebb5deb7e92188/python-sat-0.1.7.dev2.tar.gz
- sha512sums = 88e883dfcacbf2ab65ed438a984f1f9f16c4a2d41a15c047544155d2c9d9f79e7536d020eebc1741cc42d25b3f635e72a4cd4082a01709411613a1fa655b2926
+ source = https://files.pythonhosted.org/packages/b0/7d/8646c100465c9e50921e0fe096cd3a2096cfd5a58ab0b0b7f9a9467b0e32/python-sat-0.1.7.dev11.tar.gz
+ sha512sums = ebfdca9a7548e41ef8ae271d50982e27960308610e4cfdaf5201d0b559b9ea615d6be65bbf79b497db0dd04e0dd08658ec198e94e58df7477093360a030aed60
pkgname = python-python-sat
-
diff --git a/PKGBUILD b/PKGBUILD
index 3f97304017ca..35b19563ae0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Winger <bmw@disroot.org>
pkgname=python-python-sat
-pkgver=0.1.7.dev2
+pkgver=0.1.7.dev11
pkgrel=1
pkgdesc="A Python library for prototyping with SAT oracles"
provides=('python-python-sat')
@@ -10,8 +10,8 @@ arch=(any)
url="https://github.com/pysathq/pysat"
license=(GPL3)
depends=("python" "python-six")
-source=("https://files.pythonhosted.org/packages/36/43/e646158ec760f4ba28641fd9ca4827aa4b8ee128564b6eebb5deb7e92188/python-sat-0.1.7.dev2.tar.gz")
-sha512sums=('88e883dfcacbf2ab65ed438a984f1f9f16c4a2d41a15c047544155d2c9d9f79e7536d020eebc1741cc42d25b3f635e72a4cd4082a01709411613a1fa655b2926')
+source=("https://files.pythonhosted.org/packages/b0/7d/8646c100465c9e50921e0fe096cd3a2096cfd5a58ab0b0b7f9a9467b0e32/python-sat-0.1.7.dev11.tar.gz")
+sha512sums=('ebfdca9a7548e41ef8ae271d50982e27960308610e4cfdaf5201d0b559b9ea615d6be65bbf79b497db0dd04e0dd08658ec198e94e58df7477093360a030aed60')
package() {
cd "$srcdir/python-sat-$pkgver"