Date: Saturday, February 9, 2019 @ 09:30:23
  Author: arojas
Revision: 430811

archrelease: copy trunk to community-x86_64

Added:
  pynac/repos/community-x86_64/PKGBUILD
    (from rev 430810, pynac/trunk/PKGBUILD)
Deleted:
  pynac/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-09 09:30:02 UTC (rev 430810)
+++ PKGBUILD    2019-02-09 09:30:23 UTC (rev 430811)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Rémy Oudompheng <[email protected]>
-
-pkgname=pynac
-pkgver=0.7.23
-pkgrel=1
-pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
-arch=(x86_64)
-url="http://pynac.org";
-license=(GPL)
-depends=(python2 singular) # giac disabled because of 
https://trac.sagemath.org/ticket/26427
-source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2";)
-sha256sums=('4807fa1e5ec9e110ae8394a6799dc14bddf428bfffb9a7283d25c76f417eafde')
-
-build() {
-  cd pynac-$pkgver
-
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd pynac-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pynac/repos/community-x86_64/PKGBUILD (from rev 430810, 
pynac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-02-09 09:30:23 UTC (rev 430811)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Rémy Oudompheng <[email protected]>
+
+pkgname=pynac
+pkgver=0.7.24
+pkgrel=1
+pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical 
calculations"
+arch=(x86_64)
+url="http://pynac.org";
+license=(GPL)
+depends=(python2 singular) # giac disabled because of 
https://trac.sagemath.org/ticket/26427
+source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2";)
+sha256sums=('219ffdcf6ffaacbd86cc0574cc522b241851ca2a5cb53acd76bf4929aec243e1')
+
+build() {
+  cd pynac-$pkgver
+
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pynac-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to