summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-10-03 11:19:56 +0200
committerFrançois Boulogne2015-10-03 11:19:56 +0200
commit7833633026e2a91749e79d747c6b44d48e993c84 (patch)
tree4b1e2852ce5089880dfa30af508dec42a105a455
parent8dcf00042e5a20e120035ea17dc3a15a2a1bb757 (diff)
downloadaur-7833633026e2a91749e79d747c6b44d48e993c84.tar.gz
python3.5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e04c326966b1..9da79e62cb5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-lmfit
pkgdesc = Least-Squares Minimization with Constraints for Python
pkgver = 0.8.3
- pkgrel = 1
+ pkgrel = 2
url = http://lmfit.github.io/lmfit-py/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 277f87cee2f4..5d24cf9305fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-lmfit
pkgver=0.8.3
-pkgrel=1
+pkgrel=2
pkgdesc="Least-Squares Minimization with Constraints for Python"
arch=('any')
url="http://lmfit.github.io/lmfit-py/"