summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Caldas2023-08-30 00:48:31 +0100
committerRenato Caldas2023-08-30 00:48:34 +0100
commit224855bf22301c829f5fd0a852baeef61a3e2db9 (patch)
tree7188d4e0af76ff88b4b27cb3762ba1230a5bc360
parent7b1d15c064973c1511cb58b2e5506f2da05b0df3 (diff)
downloadaur-224855bf22301c829f5fd0a852baeef61a3e2db9.tar.gz
Restore pkgrel after automatic reset
The pkgver function was letting some stray quotes into pkgver, which confused makepkg and triggered a pkgrel reset. The previous commit fixes that, but doesn't restore pkgrel to the correct value.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2bfbf05d701..0cf91ee99cf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = basix-git
pkgdesc = FEniCS finite element basis evaluation library
pkgver = 0.7.0.dev0_r934.571d504
- pkgrel = 1
+ pkgrel = 3
url = https://fenicsproject.org
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index fd34aef6107a..c87d89e2f16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('basix-git' 'python-fenics-basix-git')
pkgdesc='FEniCS finite element basis evaluation library'
pkgver="0.7.0.dev0_r934.571d504"
-pkgrel=1
+pkgrel=3
arch=('x86_64')
url='https://fenicsproject.org'
license=('MIT')