[arch-commits] Commit in lcalc/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jul 5 15:08:01 UTC 2021


    Date: Monday, July 5, 2021 @ 15:08:01
  Author: arojas
Revision: 972363

archrelease: copy trunk to community-staging-x86_64

Added:
  lcalc/repos/community-staging-x86_64/PKGBUILD
    (from rev 972362, lcalc/trunk/PKGBUILD)
Deleted:
  lcalc/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 15:07:43 UTC (rev 972362)
+++ PKGBUILD	2021-07-05 15:08:01 UTC (rev 972363)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lcalc
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='C++ L-function class library and command line interface'
-arch=(x86_64)
-url='https://gitlab.com/sagemath/lcalc'
-license=(GPL2)
-depends=(pari)
-makedepends=(gengetopt)
-source=(https://gitlab.com/sagemath/lcalc/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e3076114208a1eb9ffcece72b70fb6883fbccb8c2249dd09fbc5b3e3e3829518')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --with-pari
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lcalc/repos/community-staging-x86_64/PKGBUILD (from rev 972362, lcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-05 15:08:01 UTC (rev 972363)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lcalc
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='C++ L-function class library and command line interface'
+arch=(x86_64)
+url='https://gitlab.com/sagemath/lcalc'
+license=(GPL2)
+depends=(pari)
+makedepends=(gengetopt)
+source=(https://gitlab.com/sagemath/lcalc/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b114c4d9b413c37c02fe41aed1b112654902f448a614e8f81c231c88426b2569')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --with-pari
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list