Date: Monday, June 8, 2020 @ 12:20:11 Author: arojas Revision: 640563
Update to 0.1.6 Modified: e-antic/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-08 12:17:07 UTC (rev 640562) +++ PKGBUILD 2020-06-08 12:20:11 UTC (rev 640563) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=e-antic -pkgver=0.1.5 -pkgrel=2 +pkgver=0.1.6 +pkgrel=1 pkgdesc="Embedded algebraic number fields (on top of antic)" arch=(x86_64) url="https://github.com/videlec/e-antic" @@ -9,15 +9,9 @@ license=(LGPL) depends=(arb) makedepends=() -source=(https://www.labri.fr/perso/vdelecro/e-antic/$pkgname-$pkgver.tar.gz - e-antic-flint-2.6.patch) -sha256sums=('d935ebaa59fcc6742fa62813f7039def52011f65ce3ed08f2da6ce66224f9859' - '83d20c2a6617a0389a4a55956aa955e2032894afb15036965c3ff628c525fe62') +source=(https://www.labri.fr/perso/vdelecro/e-antic/$pkgname-$pkgver.tar.gz) +sha256sums=('5f4df48a06074b44c8b4d9f3a4bb3cc07950ed3c4d57c78b22a6aa3eedfc93f5') -prepare() { - patch -d $pkgname-$pkgver -p1 -i ../e-antic-flint-2.6.patch # Fix build with flint 2.6 -} - build() { cd $pkgname-$pkgver ./configure --prefix=/usr
