summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Winger2022-03-24 19:28:48 -0400
committerBenjamin Winger2022-03-24 19:28:48 -0400
commita90d3ecc582be29a242584333e86e6f1d7f5be57 (patch)
tree5d816c8dbdcb58e7cabba1f3df527acb8095cf8e
parent3ce9115e599419082959d028b12d663ea832cf41 (diff)
downloadaur-a90d3ecc582be29a242584333e86e6f1d7f5be57.tar.gz
Bumped version to 0.1.7.dev16
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24cbca66871e..98e3cd87f186 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.dev11
+ pkgver = 0.1.7.dev16
pkgrel = 1
url = https://github.com/pysathq/pysat
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-python-sat
depends = python-six
provides = python-python-sat
conflicts = python-python-sat
- source = https://files.pythonhosted.org/packages/b0/7d/8646c100465c9e50921e0fe096cd3a2096cfd5a58ab0b0b7f9a9467b0e32/python-sat-0.1.7.dev11.tar.gz
- sha512sums = ebfdca9a7548e41ef8ae271d50982e27960308610e4cfdaf5201d0b559b9ea615d6be65bbf79b497db0dd04e0dd08658ec198e94e58df7477093360a030aed60
+ source = https://files.pythonhosted.org/packages/f4/ce/e809612cc36c60aea071d6127a4aac7d4eeb0785c64ae040436197ab6aae/python-sat-0.1.7.dev16.tar.gz
+ sha512sums = e5e7d5290a11e19555bd705c7baca34a5b740000ad24d9ba614dde4ab4bb1ae399c8286d825af1141e3a650c242ee4e1991aff7baf65e4774b9434da8540d8e9
pkgname = python-python-sat
diff --git a/PKGBUILD b/PKGBUILD
index 35b19563ae0b..7a891a807b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Winger <bmw@disroot.org>
pkgname=python-python-sat
-pkgver=0.1.7.dev11
+pkgver=0.1.7.dev16
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/b0/7d/8646c100465c9e50921e0fe096cd3a2096cfd5a58ab0b0b7f9a9467b0e32/python-sat-0.1.7.dev11.tar.gz")
-sha512sums=('ebfdca9a7548e41ef8ae271d50982e27960308610e4cfdaf5201d0b559b9ea615d6be65bbf79b497db0dd04e0dd08658ec198e94e58df7477093360a030aed60')
+source=("https://files.pythonhosted.org/packages/f4/ce/e809612cc36c60aea071d6127a4aac7d4eeb0785c64ae040436197ab6aae/python-sat-0.1.7.dev16.tar.gz")
+sha512sums=('e5e7d5290a11e19555bd705c7baca34a5b740000ad24d9ba614dde4ab4bb1ae399c8286d825af1141e3a650c242ee4e1991aff7baf65e4774b9434da8540d8e9')
package() {
cd "$srcdir/python-sat-$pkgver"