diff options
Diffstat (limited to 'abs/core-testing/fluxbox/PKGBUILD')
-rw-r--r-- | abs/core-testing/fluxbox/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/abs/core-testing/fluxbox/PKGBUILD b/abs/core-testing/fluxbox/PKGBUILD index b3a9a41..1ec527f 100644 --- a/abs/core-testing/fluxbox/PKGBUILD +++ b/abs/core-testing/fluxbox/PKGBUILD @@ -4,7 +4,7 @@ pkgname=fluxbox pkgver=1.1.1 -pkgrel=6 +pkgrel=8 pkgdesc="A lightweight and highly-configurable window manager" arch=('i686' 'x86_64') url="http://www.fluxbox.org" @@ -29,3 +29,6 @@ build() { install -D -m644 ../keys ${pkgdir}/usr/share/fluxbox/keys || return 1 install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING || return 1 } +md5sums=('fa9fa8fe9a44f86522de5754f8b285ca' + 'eeae9c88a2526ac0bd8afcd9ce97f9ed' + '37438d3c615aec8c3335b5946923ca5f') |