summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf999368bdb..47aa67a4dfed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Heavysink <winstonwu91 at gmail>
pkgname=lis
pkgver=2.0.22
-pkgrel=1
+pkgrel=2
pkgdesc="Library of Iterative Solvers for linear systems"
arch=(i686 x86_64)
url="http://www.ssisc.org/lis"
@@ -11,11 +11,6 @@ makedepends=('gcc-fortran')
source=("https://github.com/anishida/lis/archive/${pkgver}.tar.gz")
md5sums=('2f65f2b37ae2bdb5caad643f210e8d38')
-pkgver() {
- cd "$srcdir/$pkgname-$pkgver"
- git describe --tags $(git rev-list --tags --max-count=1)
-}
-
build() {
cd "$srcdir/$pkgname-$pkgver"
export FFLAGS+=" -fallow-argument-mismatch"