summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robøle2015-08-18 21:56:47 +0200
committerDag Robøle2015-08-18 21:56:47 +0200
commit0c4207697f241939200541ea0cc7ee79893b9805 (patch)
treefc6c5a1bf2e63c7024553f285b7eb681e4675e65
parentb7091279519edf14d40bbe97ed3813f822cf4d4f (diff)
downloadaur-0c4207697f241939200541ea0cc7ee79893b9805.tar.gz
Added root directory and adjusted clock position
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19b370f566ed..8307d2e1e8f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-zukitwo
pkgdesc = Zukitwo style for Fluxbox
- pkgver = 20150815
- pkgrel = 3
+ pkgver = 20150818
+ pkgrel = 1
url = https://github.com/corebob/fluxbox-style-zukitwo
arch = any
license = CCPL
source = https://github.com/corebob/fluxbox-style-zukitwo/archive/master.zip
- md5sums = a2183ea2a0f6c4af9c5f5c887c7411c5
+ md5sums = 8991ae2a40d05522ba737520a1017480
pkgname = fluxbox-style-zukitwo
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/"
}