summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26a9de4ac9ff..5365e76ec268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-zukitwo
-pkgver=20150815
-pkgrel=3
+pkgver=20150818
+pkgrel=1
pkgdesc="Zukitwo style for Fluxbox"
url="https://github.com/corebob/fluxbox-style-zukitwo"
license=('CCPL')
arch=('any')
source=("https://github.com/corebob/fluxbox-style-zukitwo/archive/master.zip")
-md5sums=('a2183ea2a0f6c4af9c5f5c887c7411c5')
+md5sums=('8991ae2a40d05522ba737520a1017480')
package() {
- mkdir -p "${pkgdir}/usr/share/fluxbox/styles/zukitwo/"
- cp -r ${srcdir}/fluxbox-style-zukitwo-master/* "${pkgdir}/usr/share/fluxbox/styles/zukitwo/"
+ mkdir -p "${pkgdir}/usr/share/fluxbox/styles/zukitwo"
+ cp -r ${srcdir}/fluxbox-style-zukitwo-master/zukitwo "${pkgdir}/usr/share/fluxbox/styles/"
}