[arch-commits] Commit in lcalc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Nov 26 07:15:57 UTC 2021
Date: Friday, November 26, 2021 @ 07:15:57
Author: arojas
Revision: 1054826
archrelease: copy trunk to community-x86_64
Added:
lcalc/repos/community-x86_64/PKGBUILD
(from rev 1054825, lcalc/trunk/PKGBUILD)
Deleted:
lcalc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-26 07:15:45 UTC (rev 1054825)
+++ PKGBUILD 2021-11-26 07:15:57 UTC (rev 1054826)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lcalc
-pkgver=2.0.3
-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=('4e2fe0df610f0d32499393495d43f3ba03f465d322f8f41b97904b7d0cc87f53')
-
-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-x86_64/PKGBUILD (from rev 1054825, lcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-26 07:15:57 UTC (rev 1054826)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lcalc
+pkgver=2.0.4
+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=('7bca332f1e928ad3c23875d0c8eac32d93783a104bd828f1eb3e57cbbd7f2275')
+
+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