summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Sandner2014-04-08 17:02:19 +0200
committerRaimar Sandner2014-04-08 17:02:19 +0200
commit99cfcc192938e28615b1f9ede72d974b6f6b9477 (patch)
tree1623d09c310ba5270076d9da6bd99ff0c852d94a
parentc9a2bb416f019d9bb1df7b2e63f83471da52a244 (diff)
downloadaur-99cfcc192938e28615b1f9ede72d974b6f6b9477.tar.gz
fix package to 846b5a3, bug in HEAD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e71373a0b658..761a894d487b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flens-git
pkgdesc = FLENS - Flexible Library for Efficient Numerical Solutions - new headers only version.
pkgver = 408.846b5a3
- pkgrel = 1
+ pkgrel = 2
url = http://flens.sourceforge.net
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = flens-git
makedepends = cmake
provides = flens
conflicts = flens
- source = flens-git::git://github.com/michael-lehn/FLENS.git
+ source = flens-git::git://github.com/michael-lehn/FLENS.git#commit=846b5a3
md5sums = SKIP
pkgname = flens-git
diff --git a/PKGBUILD b/PKGBUILD
index e700e8eb837b..e90c8cac0eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flens-git
pkgver=408.846b5a3
-pkgrel=1
+pkgrel=2
pkgdesc="FLENS - Flexible Library for Efficient Numerical Solutions - new headers only version."
arch=('i686' 'x86_64')
url="http://flens.sourceforge.net"
@@ -12,7 +12,7 @@ makedepends=('git' 'gcc' 'cmake')
optdepends=()
provides=('flens')
conflicts=('flens')
-source=("${pkgname}"::'git://github.com/michael-lehn/FLENS.git')
+source=("${pkgname}"::'git://github.com/michael-lehn/FLENS.git#commit=846b5a3')
md5sums=('SKIP')
pkgver() {