[arch-commits] Commit in m4ri/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Sep 11 20:33:44 UTC 2015
Date: Friday, September 11, 2015 @ 22:33:44
Author: arojas
Revision: 139933
Fix URL
Modified:
m4ri/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-11 17:06:33 UTC (rev 139932)
+++ PKGBUILD 2015-09-11 20:33:44 UTC (rev 139933)
@@ -6,11 +6,11 @@
pkgver=20140914
pkgrel=1
pkgdesc="Algorithms for linear algebra over F_2"
-arch=('i686' 'x86_64')
-url="http://m4ri.sagemath.org/"
-license=('GPL')
-depends=('libpng')
-source=(http://m4ri.sagemath.org/downloads/m4ri/$pkgname-$pkgver.tar.gz)
+arch=(i686 x86_64)
+url="https://bitbucket.org/malb/m4ri"
+license=(GPL)
+depends=(libpng)
+source=(https://bitbucket.org/malb/m4ri/downloads/$pkgname-$pkgver.tar.gz)
md5sums=('91d964b6c6754499da81277433605199')
build() {
More information about the arch-commits
mailing list