summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0def214e82b2..f1d122c262b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: James Spencer <james.s.spencer@gmail.com>
pkgname=cubelib
-pkgver=4.4
+_version=4.4
+_patch=.3
+pkgver=${_version}${_patch}
pkgrel=1
pkgdesc="Library for reading and writing a multi-dimensional performance space."
arch=('i686' 'x86_64')
url="http://www.scalasca.org/software/cube-4.x/download.html"
license=('BSD')
depends=('zlib')
-source=(http://apps.fz-juelich.de/scalasca/releases/cube/${pkgver}/dist/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9057094c5c28e10b7769d8d33611591273888ce6')
+source=(http://apps.fz-juelich.de/scalasca/releases/cube/${_version}/dist/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5899f2859dc08dd5ab559ead2aed9a5f2d37a582')
replaces=('cube-perf')
build() {