summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2018-11-12 12:55:21 -0500
committerJoey Dumont2018-11-12 12:55:21 -0500
commit0ef4bdcc03f54e59cd04618118c14a7b428c48ea (patch)
tree8006c7221d81c832b863231dc35adfe28681ab04 /PKGBUILD
parent1d00da55b2708b8d816bca023cca9d466962698f (diff)
downloadaur-0ef4bdcc03f54e59cd04618118c14a7b428c48ea.tar.gz
Fix version format.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d6b7e2c43ef..6da080ae0cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
# Contributor: Lucas Hermann Negri <lucashnegri at gmail dot com>
pkgname=armadillo
-pkgver=9.200_4
+pkgver=9.200.4
_pkgver=9.200.4 # For use with RC releases, to replace the - with _
-pkgrel=1
+pkgrel=2
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
url="http://arma.sourceforge.net/"