summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robole2016-07-09 07:07:01 +0200
committerDag Robole2016-07-09 07:07:01 +0200
commite465d5996127dedc35b14693c32ebaef1ca6d6f9 (patch)
treec745e4eea6be902bad11e299276d064af73b8bc4
parent69405b84a33f724a09a98a507d7b84aa6c4949d5 (diff)
downloadaur-e465d5996127dedc35b14693c32ebaef1ca6d6f9.tar.gz
Updated source
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fcd86216a09..ca4f4b9ea6c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-zukitwo
pkgdesc = Zukitwo style for Fluxbox
- pkgver = 20151105
+ pkgver = 20160709
pkgrel = 1
- url = https://github.com/corebob/fluxbox-style-zukitwo
+ url = https://github.com/corebob/fluxbox-styles-corebob
arch = any
- license = CCPL
- source = https://github.com/corebob/fluxbox-style-zukitwo/releases/download/v1.0/fluxbox-style-zukitwo.zip
- md5sums = 8991ae2a40d05522ba737520a1017480
+ license = GPL3
+ source = https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip
+ md5sums = 742c8c97f793a6e52791eee65c775695
pkgname = fluxbox-style-zukitwo
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"
}