[arch-commits] Commit in e-antic/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 16 20:54:17 UTC 2022


    Date: Saturday, April 16, 2022 @ 20:54:16
  Author: arojas
Revision: 1186736

archrelease: copy trunk to community-x86_64

Added:
  e-antic/repos/community-x86_64/PKGBUILD
    (from rev 1186735, 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-04-16 20:54:04 UTC (rev 1186735)
+++ PKGBUILD	2022-04-16 20:54:16 UTC (rev 1186736)
@@ -1,45 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=e-antic
-pkgver=1.1.1
-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=('2d178ae9641c07ca9a5fb4ee0739e0db1a0b6c627543bf7e3472504174bf996d')
-
-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 1186735, e-antic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-16 20:54:16 UTC (rev 1186736)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=e-antic
+pkgver=1.2.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=('2c00fec3601611d7b82a17ce09828ad4689ef28b4be491fc12d8c58c2c1deed8')
+
+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
+}



More information about the arch-commits mailing list