summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0980efc37d7f..47daab53c5ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyfma
pkgdesc = Fused multiply-add (with a single rounding) for Python
pkgver = 0.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/pyfma
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6a3188f5dc6c..6e25c6c3ca26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _base=pyfma
pkgname=python-${_base}
pkgdesc="Fused multiply-add (with a single rounding) for Python"
pkgver=0.1.6
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/nschloe/${_base}"
license=(MIT)