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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Apr 20 23:03:06 UTC 2013


    Date: Sunday, April 21, 2013 @ 01:03:06
  Author: arodseth
Revision: 88643

upgpkg: smalltalk 3.2.5-1

Modified:
  smalltalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-20 22:36:02 UTC (rev 88642)
+++ PKGBUILD	2013-04-20 23:03:06 UTC (rev 88643)
@@ -5,8 +5,8 @@
 # Contributor: Michael Fellinger <m.fellinger at gmail.com>
 
 pkgname=smalltalk
-pkgver=3.2.4
-pkgrel=8
+pkgver=3.2.5
+pkgrel=1
 pkgdesc='Implementation of Smalltalk-80'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
@@ -14,9 +14,9 @@
 options=('!libtool' '!emptydirs')
 depends=('gmp' 'libffi' 'libsigsegv' 'readline' 'libltdl')
 makedepends=('gdbm' 'gtk2' 'sqlite' 'tk>=8.6' 'zip')
-install=smalltalk.install
+install="$pkgname.install"
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('901cc7090a1fa44bc60900a970d207de4aa3bdfdce72bea55114e243bc1eb1b3')
+sha256sums=('06e574e818ec49f0555d948ae53b1453d8c1df59ef597dad911a4fd1ffba1cce')
 optdepends=('tk: for gst-blox'
             'sqlite: database in a file'
             'sed: for examples'
@@ -51,7 +51,8 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
-  # fix manpage symlink
+
+  # Fix manpage symlink
   rm -f "$pkgdir/usr/share/man/man1/gst-reload.1"
   ln -s gst-load.1 "$pkgdir/usr/share/man/man1/gst-reload.1"
 }




More information about the arch-commits mailing list