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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 8 15:23:51 UTC 2016


    Date: Monday, August 8, 2016 @ 15:23:51
  Author: arodseth
Revision: 186039

upgpkg: smalltalk 3.2.91-2

Modified:
  smalltalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 15:20:46 UTC (rev 186038)
+++ PKGBUILD	2016-08-08 15:23:51 UTC (rev 186039)
@@ -6,7 +6,7 @@
 
 pkgname=smalltalk
 pkgver=3.2.91
-pkgrel=1
+pkgrel=2
 pkgdesc='GNU Smalltalk interpreter and libraries'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
@@ -14,7 +14,9 @@
 options=('!emptydirs' 'staticlibs')
 depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
 makedepends=('gmp' 'gdbm' 'gtk2' 'sqlite' 'tk' 'zip' 'git')
-source=("git://git.sv.gnu.org/smalltalk.git#tag=$pkgver")
+# Use latest commit where "make check" works. Found with git bisect:
+source=("git://git.sv.gnu.org/smalltalk.git#commit=edb6bad6950c787f4b4c7f8ac5f7047ac1e8b984")
+#source=("git://git.sv.gnu.org/smalltalk.git#tag=$pkgver")
 md5sums=('SKIP')
 optdepends=('tk: for gst-blox'
             'sqlite: database in a file'
@@ -37,7 +39,6 @@
   if [[ $CARCH == i686 ]]; then
     export CFLAGS="$CFLAGS -m32"
   fi
-  #export LFLAGS="-l"
   ./configure \
     --prefix=/usr \
     --libexecdir=/usr/lib/smalltalk \
@@ -54,9 +55,9 @@
   make -j1
 }
 
-#check() {
-#  make -C "$pkgname" check
-#}
+check() {
+  make -C "$pkgname" check
+}
 
 package() {
   cd "$pkgname"



More information about the arch-commits mailing list