summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSin Kim2017-07-21 12:47:28 +0900
committerSin Kim2017-07-21 12:52:06 +0900
commit023e14558d2b787cdb742fa8bb0ee9a0c1fb28e9 (patch)
treeb5306d57b71cd9c0c81690d3ccd8898375167fe8 /PKGBUILD
parent8d82938b0884a2950c1f72a2ff7ae3d1f7785f4c (diff)
downloadaur-023e14558d2b787cdb742fa8bb0ee9a0c1fb28e9.tar.gz
md5sum fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a3d8a08a2b9..e389298acae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
-# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=newmat
-pkgver=10D
+pkgver=10
pkgrel=1
pkgdesc="C++ matrix library"
url="http://www.robertnz.net"
arch=('i686' 'x86_64')
license=('custom')
-source=(http://www.robertnz.net/ftp/${pkgname}10.tar.gz filelist)
-md5sums=('cc7408a10ee3d4775fc5f86e523bf56a'
+source=("http://www.robertnz.net/ftp/$pkgname$pkgver.tar.gz" filelist)
+md5sums=('c78aab80613db1989d1ec4c525d9d69c'
'1257a4599e437254666aeac610b7d5c5')
options=('staticlibs')