summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2022-05-23 00:14:08 +0200
committerhaawda2022-05-23 00:14:08 +0200
commit562c9e1cad083a72cdc14211e3c01160512724f5 (patch)
tree22f356f229698926a6ab774453da39f1b08ccbeb /PKGBUILD
parent55948ae2d87f60eb404db723070b0f7ec53090f0 (diff)
downloadaur-newmat.tar.gz
correct version number, introduce epoch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d3a6177aaed..19eb36cd74b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=newmat
-pkgver=10
+pkgver=10E
pkgrel=1
+epoch=1
pkgdesc="C++ matrix library"
url="http://www.robertnz.net"
arch=('i686' 'x86_64')
license=('custom')
-source=("http://www.robertnz.net/ftp/$pkgname$pkgver.tar.gz" filelist)
+source=("http://www.robertnz.net/ftp/$pkgname${pkgver%E}.tar.gz" filelist)
sha256sums=('637d18c0363b8bb99c48eb04cce8c182ccbff771df0bf1e2d541e95f6eb34e7b'
'b707dfdf6f64c7bcea1f288845b967349aaa76b6b8fb43559138a9f70307ceee')
options=('staticlibs')