Date: Friday, July 2, 2021 @ 14:43:20 Author: arojas Revision: 970809
Update to 1.0.1 Modified: e-antic/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-02 14:30:57 UTC (rev 970808) +++ PKGBUILD 2021-07-02 14:43:20 UTC (rev 970809) @@ -1,23 +1,25 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=e-antic -pkgver=0.1.9 +pkgver=1.0.1 pkgrel=1 -pkgdesc="Embedded algebraic number fields (on top of antic)" +pkgdesc='Embedded algebraic number fields (on top of antic)' arch=(x86_64) -url="https://github.com/videlec/e-antic" +url='https://github.com/flatsurf/e-antic/' license=(LGPL) depends=(arb) -makedepends=() -source=(https://www.labri.fr/perso/vdelecro/e-antic/$pkgname-$pkgver.tar.gz) -sha256sums=('f73dad444fd81422d9a1594668615da94405fb6428ce8f2535b58f4cfe88a72d') +makedepends=(antic boost) +source=(https://github.com/flatsurf/e-antic/releases/download/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('9ae24ffd55b3046c6db5af253574c1ee734751f20ceb2f123b47f69fac031f31') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr - #https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - + ./configure \ + --prefix=/usr \ + --without-benchmark \ + --without-byexample \ + --without-pytest \ + --without-doc make }
