[arch-commits] Commit in lcalc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Dec 19 18:04:17 UTC 2021
Date: Sunday, December 19, 2021 @ 18:04:17
Author: arojas
Revision: 1079076
archrelease: copy trunk to community-x86_64
Added:
lcalc/repos/community-x86_64/PKGBUILD
(from rev 1079075, lcalc/trunk/PKGBUILD)
Deleted:
lcalc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-19 18:04:08 UTC (rev 1079075)
+++ PKGBUILD 2021-12-19 18:04:17 UTC (rev 1079076)
@@ -1,30 +0,0 @@
-# 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
-}
Copied: lcalc/repos/community-x86_64/PKGBUILD (from rev 1079075, lcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-19 18:04:17 UTC (rev 1079076)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lcalc
+pkgver=2.0.5
+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=('c64b7284d688cf8986a64bbf0bc802f6efc70c26693fd0d6e3f155b90d5e5a95')
+
+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