diff options
Diffstat (limited to 'community/spectrwm/PKGBUILD')
-rw-r--r-- | community/spectrwm/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/spectrwm/PKGBUILD b/community/spectrwm/PKGBUILD index b97b60386..323262e45 100644 --- a/community/spectrwm/PKGBUILD +++ b/community/spectrwm/PKGBUILD @@ -1,13 +1,14 @@ -# $Id: PKGBUILD 68224 2012-03-19 15:53:19Z kkeen $ +# $Id: PKGBUILD 73201 2012-07-03 19:38:15Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=spectrwm -pkgver=1.0.0 -pkgrel=3 -pkgdesc="A minimalistic dynamic tiling window manager that tries to stay out of the way." +pkgver=1.1.1 +pkgrel=1 +pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way." arch=('i686' 'x86_64') url="http://www.spectrwm.org" +_watch="https://opensource.conformal.com/snapshots/spectrwm/" license=('custom:ISC') depends=('dmenu' 'libxrandr' 'libxtst' 'profont') replaces=('scrotwm') @@ -17,7 +18,7 @@ backup=(etc/spectrwm.conf) source=(http://opensource.conformal.com/snapshots/$pkgname/$pkgname-$pkgver.tgz \ LICENSE \ baraction.sh) -md5sums=('8dd279f53f998c0543fa1ce35a9b4a13' +md5sums=('fd97b626ea09c3ab302fc9082efe8c31' 'a67cfe51079481e5b0eab1ad371379e3' '950d663692e1da56e0ac864c6c3ed80e') |