[arch-commits] Commit in cln/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Dec 6 18:12:58 UTC 2019


    Date: Friday, December 6, 2019 @ 18:12:56
  Author: arojas
Revision: 370478

archrelease: copy trunk to extra-x86_64

Added:
  cln/repos/extra-x86_64/PKGBUILD
    (from rev 370477, cln/trunk/PKGBUILD)
Deleted:
  cln/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 18:12:31 UTC (rev 370477)
+++ PKGBUILD	2019-12-06 18:12:56 UTC (rev 370478)
@@ -1,29 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=cln
-pkgver=1.3.5
-pkgrel=1
-pkgdesc="Class library for numbers"
-arch=('x86_64')
-url="https://www.ginac.de/CLN/"
-license=('GPL')
-depends=('gmp')
-makedepends=('texlive-core')
-source=(https://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f32e0dc1e1f16598b0174fc82c8110ec090a8e1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make all html pdf
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install-html install-pdf
-}

Copied: cln/repos/extra-x86_64/PKGBUILD (from rev 370477, cln/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-06 18:12:56 UTC (rev 370478)
@@ -0,0 +1,29 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=cln
+pkgver=1.3.6
+pkgrel=1
+pkgdesc="Class library for numbers"
+arch=('x86_64')
+url="https://www.ginac.de/CLN/"
+license=('GPL')
+depends=('gmp')
+makedepends=('texlive-core')
+source=(https://www.ginac.de/CLN/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('144f15a57f4b25ada0f10ff28458de03578f6f16')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make all html pdf
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install-html install-pdf
+}



More information about the arch-commits mailing list