summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDag Robole2016-07-09 07:07:01 +0200
committerDag Robole2016-07-09 07:07:01 +0200
commite465d5996127dedc35b14693c32ebaef1ca6d6f9 (patch)
treec745e4eea6be902bad11e299276d064af73b8bc4 /PKGBUILD
parent69405b84a33f724a09a98a507d7b84aa6c4949d5 (diff)
downloadaur-e465d5996127dedc35b14693c32ebaef1ca6d6f9.tar.gz
Updated source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc31008e5b6c..7c24f30bf381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-zukitwo
-pkgver=20151105
+pkgver=20160709
pkgrel=1
pkgdesc="Zukitwo style for Fluxbox"
-url="https://github.com/corebob/fluxbox-style-zukitwo"
-license=('CCPL')
+url="https://github.com/corebob/fluxbox-styles-corebob"
+license=('GPL3')
arch=('any')
-source=("https://github.com/corebob/fluxbox-style-zukitwo/releases/download/v1.0/fluxbox-style-zukitwo.zip")
-md5sums=('8991ae2a40d05522ba737520a1017480')
+source=("https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip")
+md5sums=('742c8c97f793a6e52791eee65c775695')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/zukitwo"
- cp -r ${srcdir}/fluxbox-style-zukitwo-master/zukitwo "${pkgdir}/usr/share/fluxbox/styles/"
+ cp -r ${srcdir}/fluxbox-styles-corebob-1.0/zukitwo/* "${pkgdir}/usr/share/fluxbox/styles/zukitwo"
}