[arch-commits] Commit in iml/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jan 2 21:00:30 UTC 2016


    Date: Saturday, January 2, 2016 @ 22:00:30
  Author: arojas
Revision: 155195

Update to 1.0.5

Modified:
  iml/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-02 19:12:01 UTC (rev 155194)
+++ PKGBUILD	2016-01-02 21:00:30 UTC (rev 155195)
@@ -3,15 +3,15 @@
 # Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
 
 pkgname=iml
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="C Library of integer matrix algorithms"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://cs.uwaterloo.ca/~astorjoh/iml.html"
-license=('GPL')
-depends=('gmp' 'cblas')
+license=(GPL)
+depends=(gmp cblas)
 source=("http://www.cs.uwaterloo.ca/~astorjoh/$pkgname-$pkgver.tar.bz2")
-md5sums=('cfe3ebc69748c4ac240d6e200b6937ca')
+md5sums=('3157d011a3a79d574544ac392fb31e7d')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list