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 b28b3b64e632..517a1d521252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = matplotlib-cpp-git
pkgdesc = Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
pkgver = r177.ef0383f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lava/matplotlib-cpp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 18be74b3be39..aecc6b3e34e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_base=matplotlib-cpp
pkgname="${_base}"-git
pkgver=r177.ef0383f
-pkgrel=1
+pkgrel=2
pkgdesc="Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib"
arch=('i686' 'x86_64')
url="https://github.com/lava/${_base}"