summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Winger2023-01-18 17:12:34 -0500
committerBenjamin Winger2023-01-18 17:12:34 -0500
commit879c8778721fba4bf2987cbde96d9cbdae6f453f (patch)
tree6002a2ad1ee10b24ff59ac7bcbf60ecc28c6e302
parenta90d3ecc582be29a242584333e86e6f1d7f5be57 (diff)
downloadaur-879c8778721fba4bf2987cbde96d9cbdae6f453f.tar.gz
Bumped to version 0.1.7.dev25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98e3cd87f186..0fcf73e1c798 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.dev16
+ pkgver = 0.1.7.dev25
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/f4/ce/e809612cc36c60aea071d6127a4aac7d4eeb0785c64ae040436197ab6aae/python-sat-0.1.7.dev16.tar.gz
- sha512sums = e5e7d5290a11e19555bd705c7baca34a5b740000ad24d9ba614dde4ab4bb1ae399c8286d825af1141e3a650c242ee4e1991aff7baf65e4774b9434da8540d8e9
+ source = https://files.pythonhosted.org/packages/61/1f/2569aff31ab18217ef4fe0301f1de2902fcbbf78a1bdbbc3397d00b99b3e/python-sat-0.1.7.dev25.tar.gz
+ sha512sums = 361e94178eec5354432c9127d708251f5214746a3d049815a02923e5c5de2b69f81969ad9d981d36a6dfb6693882c6c862cf958faf781b4f74b112564829475c
pkgname = python-python-sat
diff --git a/PKGBUILD b/PKGBUILD
index 7a891a807b70..2f72f525c890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Winger <bmw@disroot.org>
pkgname=python-python-sat
-pkgver=0.1.7.dev16
+pkgver=0.1.7.dev25
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/f4/ce/e809612cc36c60aea071d6127a4aac7d4eeb0785c64ae040436197ab6aae/python-sat-0.1.7.dev16.tar.gz")
-sha512sums=('e5e7d5290a11e19555bd705c7baca34a5b740000ad24d9ba614dde4ab4bb1ae399c8286d825af1141e3a650c242ee4e1991aff7baf65e4774b9434da8540d8e9')
+source=("https://files.pythonhosted.org/packages/61/1f/2569aff31ab18217ef4fe0301f1de2902fcbbf78a1bdbbc3397d00b99b3e/python-sat-0.1.7.dev25.tar.gz")
+sha512sums=('361e94178eec5354432c9127d708251f5214746a3d049815a02923e5c5de2b69f81969ad9d981d36a6dfb6693882c6c862cf958faf781b4f74b112564829475c')
package() {
cd "$srcdir/python-sat-$pkgver"