[arch-commits] Commit in pynac/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 28 16:30:56 UTC 2015
Date: Thursday, May 28, 2015 @ 18:30:56
Author: arojas
Revision: 134280
Revert, breaks ABI
Modified:
pynac/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-28 16:28:19 UTC (rev 134279)
+++ PKGBUILD 2015-05-28 16:30:56 UTC (rev 134280)
@@ -3,7 +3,7 @@
# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
pkgname=pynac
-pkgver=0.3.9
+pkgver=0.3.7
pkgrel=1
pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@
license=(GPL)
depends=(python2)
source=("https://github.com/pynac/pynac/archive/$pkgname-$pkgver.tar.gz")
-md5sums=('97ab6fab30711fc93ace597f1bae8e71')
+md5sums=('f670ec548116b51381e3b96059bbd054')
build() {
cd pynac-pynac-$pkgver
More information about the arch-commits
mailing list