diff options
author | root <root@rshg054.dnsready.net> | 2013-04-22 00:46:42 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-22 00:46:42 -0700 |
commit | 3faf011988bf1728989962e062a474aaa62b55f5 (patch) | |
tree | d362a44862fe1fd74611962e89293ec97d073e84 /community/smalltalk | |
parent | 031887a2047546085998f965214f5b682664de9b (diff) |
Mon Apr 22 00:46:41 PDT 2013
Diffstat (limited to 'community/smalltalk')
-rw-r--r-- | community/smalltalk/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/community/smalltalk/PKGBUILD b/community/smalltalk/PKGBUILD index 611f57912..edc92f438 100644 --- a/community/smalltalk/PKGBUILD +++ b/community/smalltalk/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 81609 2012-12-25 00:34:14Z foutrelis $ +# $Id: PKGBUILD 88644 2013-04-20 23:03:17Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: mrshpot <mrshpot at gmail dot com> # Contributor: Michael Fellinger <m.fellinger@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 @@ arch=('x86_64' 'i686') 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 @@ package() { 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" } |