summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2022-05-29 17:03:44 +0200
committerXiretza2022-05-29 17:03:44 +0200
commit7f6752c07d610674b75ef77f29a98c0015cfc533 (patch)
treee07d414069b2cad8976e2a375ac7ef8dd26408e1
parent7b28e0c028607b2d46ec83d1d9098861628c3e51 (diff)
downloadaur-7f6752c07d610674b75ef77f29a98c0015cfc533.tar.gz
python 3.10 rebuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acaba3238465..b92e114c122b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-constraint-git
pkgdesc = Solvers for Constraint Satisfaction Problems (CSPs) over finite domains in simple and pure Python
pkgver = 1.4.0.r4.ge23fe98
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/python-constraint/python-constraint
arch = any
license = BSD
@@ -15,4 +15,3 @@ pkgbase = python-constraint-git
sha256sums = SKIP
pkgname = python-constraint-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9ad851e50b3d..f43cbb0fb8a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=python-constraint
pkgname=$_pkgname-git
pkgver=1.4.0.r4.ge23fe98
-pkgrel=1
+pkgrel=2
pkgdesc="Solvers for Constraint Satisfaction Problems (CSPs) over finite domains in simple and pure Python"
arch=(any)
url="https://github.com/python-constraint/python-constraint"