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

Alexander Rødseth arodseth at archlinux.org
Sun Apr 12 01:24:52 UTC 2015


    Date: Sunday, April 12, 2015 @ 03:24:51
  Author: arodseth
Revision: 131209

update for the gnutls 3.4.0 .so bump todo-list

Modified:
  smalltalk/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-12 01:19:21 UTC (rev 131208)
+++ PKGBUILD	2015-04-12 01:24:51 UTC (rev 131209)
@@ -6,7 +6,7 @@
 
 pkgname=smalltalk
 pkgver=3.2.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Implementation of Smalltalk-80'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
@@ -37,14 +37,13 @@
     --with-tk \
     --with-x \
     --without-emacs
+
   echo '#define USE_INTERP_RESULT 1' >> config.h
   make
 }
 
 check() {
-  cd "$pkgname-$pkgver"
-
-  make check || return 1
+  make -C "$pkgname-$pkgver" check
 }
 
 package() {



More information about the arch-commits mailing list