diff options
author | root <root@rshg054.dnsready.net> | 2011-09-12 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-12 23:14:44 +0000 |
commit | b3a841a1f66eff75be29fba090b83ce4322d4721 (patch) | |
tree | f91ebd6bbbf3590fc3ca861c5b209e408d22b39b /community/sawfish | |
parent | 1d2f1a1e70011a41d17f2f16d5e90c491ccdabb8 (diff) |
Mon Sep 12 23:14:44 UTC 2011
Diffstat (limited to 'community/sawfish')
-rw-r--r-- | community/sawfish/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sawfish/PKGBUILD b/community/sawfish/PKGBUILD index a170930fd..495031682 100644 --- a/community/sawfish/PKGBUILD +++ b/community/sawfish/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 54530 2011-08-19 20:28:11Z shusmann $ +# $Id: PKGBUILD 55392 2011-09-11 18:41:44Z shusmann $ # Maintainer: stefan-husmann@t-online.de # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=sawfish -pkgver=1.8.1 -pkgrel=2 +pkgver=1.8.2 +pkgrel=1 pkgdesc="An extensible window manager using a Lisp-based scripting language" arch=('i686' 'x86_64') url="http://sawfish.wikia.com/wiki/Main_Page" @@ -12,7 +12,7 @@ license=('GPL') depends=('libsm' 'rep-gtk' 'hicolor-icon-theme') install=${pkgname}.install source=(http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.xz) -sha1sums=('f93549382a438c1e7044624403876b345edae4b6') +sha1sums=('d4716516fb0020bb728291c6defa1f421a33e5dc') options=('!libtool') build() { cd "${srcdir}/${pkgname}-${pkgver}" |