diff options
author | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
commit | 44ded298ebb49500d321ac79b7d0d8bb4d5058ec (patch) | |
tree | 62011c680c3a7a6dbdf4791b1eec2a23daab7b3a /community/librep/PKGBUILD | |
parent | a26ce336126d18cde915c2331250b8dfbffc24f8 (diff) |
Thu Mar 29 00:01:17 UTC 2012
Diffstat (limited to 'community/librep/PKGBUILD')
-rw-r--r-- | community/librep/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD index 25c1988a7..7bd623c83 100644 --- a/community/librep/PKGBUILD +++ b/community/librep/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 64157 2012-02-09 14:54:32Z arodseth $ +# $Id: PKGBUILD 68538 2012-03-27 07:09:16Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: stefan-husmann@t-online.de # Contributor: Juergen Hoetzel <juergen@archlinux.org> + pkgname=librep -pkgver=0.92.1b -pkgrel=3 +pkgver=0.92.2 +pkgrel=1 pkgdesc="Lisp system for Sawfish" license=('GPL2') arch=('x86_64' 'i686') @@ -13,7 +14,7 @@ depends=('gmp' 'gdbm' 'libffi') install=$pkgname.install options=('!emptydirs' '!libtool') source=("http://download.tuxfamily.org/$pkgname/$pkgname-$pkgver.tar.xz") -sha256sums=('aedca2716252a1ff2256aca321cce35646b795840b65a3c481708c04a6fd7e3e') +sha256sums=('a54422b42a34bc9d659130b83d2315ae3c3cb74ab6c2a6052459011d05f38740') build() { cd "$srcdir/$pkgname-$pkgver" |