Date: Thursday, August 4, 2016 @ 22:28:44 Author: arojas Revision: 185156
Use sagemath.org sources Modified: libhomfly/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-04 22:06:55 UTC (rev 185155) +++ PKGBUILD 2016-08-04 22:28:44 UTC (rev 185156) @@ -3,18 +3,17 @@ pkgname=libhomfly pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Library to compute the homfly polynomial of a link" arch=(i686 x86_64) url="https://github.com/miguelmarco/libhomfly" license=(custom) depends=(gc) -source=("https://github.com/miguelmarco/libhomfly/archive/$pkgver.tar.gz") -md5sums=('3f9e6e0330f246e2bb9a1c5474256e82') +source=("http://mirrors.mit.edu/sage/spkg/upstream/libhomfly/$pkgname-$pkgver.tar.gz") +md5sums=('1d56c477a1f5e4f934c3fccf5d560948') build() { cd $pkgname-$pkgver - autoreconf -vi ./configure --prefix=/usr make } @@ -22,7 +21,5 @@ package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE }
