[arch-commits] Commit in scons/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Dec 9 20:09:35 UTC 2016
Date: Friday, December 9, 2016 @ 20:09:34
Author: arojas
Revision: 282977
Update to 2.5.1
Modified:
scons/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-09 20:05:25 UTC (rev 282976)
+++ PKGBUILD 2016-12-09 20:09:34 UTC (rev 282977)
@@ -7,7 +7,7 @@
# reminder: scons moving to py3 any time soon
pkgname=scons
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc="Extensible Python-based build utility"
arch=('any')
@@ -15,7 +15,7 @@
license=('MIT')
depends=('python2')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('9e00fa0df8f5ca5c5f5975b40e0ed354')
+md5sums=('aaaf09e1351a598f98d17b0cf1103e7a')
package() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list