[arch-commits] Commit in libnewt/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Feb 24 11:37:30 UTC 2014


    Date: Monday, February 24, 2014 @ 12:37:30
  Author: arodseth
Revision: 106155

upgpkg: libnewt 0.52.17-1

Modified:
  libnewt/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-24 09:50:08 UTC (rev 106154)
+++ PKGBUILD	2014-02-24 11:37:30 UTC (rev 106155)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
+pkgver=0.52.17
+pkgrel=1
 _tclver=8.6
 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
 arch=('x86_64' 'i686')
@@ -13,18 +13,18 @@
 url='https://fedorahosted.org/newt/'
 license=('GPL')
 depends=('slang' 'popt' 'gpm')
-makedepends=("tcl>=$_tclver" 'python2')
+makedepends=("tcl>=$_tclver" 'python')
 optdepends=('tcl: whiptcl support' \
-            'python2: libnewt api through _snack module')
+            'python: libnewt api through _snack module')
 options=('!makeflags')
 source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
-sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
+sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
 
 prepare() {
   cd "newt-$pkgver"
   
   sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
+  #sed -i 's:bin/python:bin/python2:' *.py
   echo '#define USE_INTERP_RESULT 1' >> config.h
 }
 




More information about the arch-commits mailing list