summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c24f30bf381..4f8b83425ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-zukitwo
-pkgver=20160709
+pkgver=20160816
pkgrel=1
pkgdesc="Zukitwo style for Fluxbox"
url="https://github.com/corebob/fluxbox-styles-corebob"
license=('GPL3')
arch=('any')
-source=("https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip")
-md5sums=('742c8c97f793a6e52791eee65c775695')
+source=("https://github.com/corebob/fluxbox-styles-corebob/releases/download/v1.1/zukitwo.zip")
+md5sums=('d064116d3fb7f4897b4d65403364b4f7')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/zukitwo"
- cp -r ${srcdir}/fluxbox-styles-corebob-1.0/zukitwo/* "${pkgdir}/usr/share/fluxbox/styles/zukitwo"
+ cp -r ${srcdir}/zukitwo/* "${pkgdir}/usr/share/fluxbox/styles/zukitwo"
}