summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Winger2020-06-02 13:38:56 -0400
committerBenjamin Winger2020-06-02 13:38:56 -0400
commitd329a045785326f577d9ab6f1cca161545e48e4c (patch)
tree6d97f56db1e65b8d60113f9007ab450f3f4a3327
parentcedba6a82b2d45bb3dcae9930cd0cc9545eef977 (diff)
downloadaur-d329a045785326f577d9ab6f1cca161545e48e4c.tar.gz
Version bump to 0.1.5.dev14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e700abe8af..5034490b851e 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.5.dev10
+ pkgver = 0.1.5.dev14
pkgrel = 1
url = https://github.com/pysathq/pysat
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-python-sat
depends = python-six
provides = python-python-sat
conflicts = python-python-sat
- source = https://files.pythonhosted.org/packages/3a/4d/2b121fc0b6224112c932863c7b83e87e5f86c1f44d00d0531581da044525/python-sat-0.1.5.dev10.tar.gz
- sha512sums = a12797a84b66b227ec5278aa4d4418c0a0f0c3afb661a776111a890e835041a00fd2182a14e4b6b6c534048b4431e27bee545365ccdabfc640f5f649bec206d2
+ source = https://files.pythonhosted.org/packages/ed/1a/27cee1f39ee78563ea8944a2c63d7098be87349c52e8e3997b11fe6f428a/python-sat-0.1.5.dev14.tar.gz
+ sha512sums = 1e878d4d2669e4ae25184bb47ccb12507e870279ff2ea5d03a6e67b2a42649c941b9963591c92748f95602c44e46226a4cb746b987a2d97d450298f60c8d294b
pkgname = python-python-sat
diff --git a/PKGBUILD b/PKGBUILD
index 28500754d33d..1063a158c21c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Winger <bmw@disroot.org>
pkgname=python-python-sat
-pkgver=0.1.5.dev10
+pkgver=0.1.5.dev14
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/3a/4d/2b121fc0b6224112c932863c7b83e87e5f86c1f44d00d0531581da044525/python-sat-0.1.5.dev10.tar.gz")
-sha512sums=('a12797a84b66b227ec5278aa4d4418c0a0f0c3afb661a776111a890e835041a00fd2182a14e4b6b6c534048b4431e27bee545365ccdabfc640f5f649bec206d2')
+source=("https://files.pythonhosted.org/packages/ed/1a/27cee1f39ee78563ea8944a2c63d7098be87349c52e8e3997b11fe6f428a/python-sat-0.1.5.dev14.tar.gz")
+sha512sums=('1e878d4d2669e4ae25184bb47ccb12507e870279ff2ea5d03a6e67b2a42649c941b9963591c92748f95602c44e46226a4cb746b987a2d97d450298f60c8d294b')
package() {
cd "$srcdir/python-sat-$pkgver"