Date: Tuesday, December 6, 2022 @ 08:38:10
Author: arojas
Revision: 1356698
archrelease: copy trunk to community-x86_64
Added:
e-antic/repos/community-x86_64/PKGBUILD
(from rev 1356697, e-antic/trunk/PKGBUILD)
Deleted:
e-antic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-06 08:38:01 UTC (rev 1356697)
+++ PKGBUILD 2022-12-06 08:38:10 UTC (rev 1356698)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=e-antic
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='Embedded algebraic number fields (on top of antic)'
-arch=(x86_64)
-url='https://github.com/flatsurf/e-antic/'
-license=(LGPL)
-depends=(arb antic)
-makedepends=(boost catch2)
-source=(https://github.com/flatsurf/e-antic/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f32429fdf047cab0b05501d17720402793c6c559d07959bb64a48fc59fe76beb')
-
-prepare() {
- cd $pkgname-$pkgver
-# Unbundle catch2 to fix build with glibc 2.35
- rm -r libeantic/test/external/catch2/single_include/catch2
- ln -s /usr/include/catch2 libeantic/test/external/catch2/single_include
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure \
- --prefix=/usr \
- --without-benchmark \
- --without-byexample \
- --without-pytest \
- --without-doc
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libeantic/libtool
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: e-antic/repos/community-x86_64/PKGBUILD (from rev 1356697,
e-antic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-06 08:38:10 UTC (rev 1356698)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=e-antic
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='Embedded algebraic number fields (on top of antic)'
+arch=(x86_64)
+url='https://github.com/flatsurf/e-antic/'
+license=(LGPL)
+depends=(arb antic)
+makedepends=(boost catch2)
+source=(https://github.com/flatsurf/e-antic/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ae12cb87f09478f49c4acdf0f3ff888dc556267614c0a5a3bc8bfaa41b22deef')
+
+prepare() {
+ cd $pkgname-$pkgver
+# Unbundle catch2 to fix build with glibc 2.35
+ rm -r libeantic/test/external/catch2/single_include/catch2
+ ln -s /usr/include/catch2 libeantic/test/external/catch2/single_include
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --prefix=/usr \
+ --without-benchmark \
+ --without-byexample \
+ --without-pytest \
+ --without-doc
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libeantic/libtool
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}