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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Jul 9 18:22:10 UTC 2020


    Date: Thursday, July 9, 2020 @ 18:22:10
  Author: jlichtblau
Revision: 662991

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
    (from rev 662990, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-09 18:21:57 UTC (rev 662990)
+++ PKGBUILD	2020-07-09 18:22:10 UTC (rev 662991)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=ginac
-pkgver=1.7.8
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0c86501aa6c72efd5937fce42c5e983fc9f05dadb65b4ebdb51ee95c9f6a7067')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 662990, ginac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-09 18:22:10 UTC (rev 662991)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=ginac
+pkgver=1.7.10
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e9ff2cc2d66e4181daf3a95405be7aa337f0446f5035e157b8c811eba10e51af')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list