summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robole2016-08-16 00:39:50 +0200
committerDag Robole2016-08-16 00:39:50 +0200
commit3829ca6dcc901bb6ecc1d1e551fff08b976cbcf3 (patch)
tree372854703603f4a874b8a0ff361da4aa3568ad36
parente465d5996127dedc35b14693c32ebaef1ca6d6f9 (diff)
downloadaur-3829ca6dcc901bb6ecc1d1e551fff08b976cbcf3.tar.gz
Updated source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca4f4b9ea6c1..37e1033587b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-zukitwo
pkgdesc = Zukitwo style for Fluxbox
- pkgver = 20160709
+ pkgver = 20160816
pkgrel = 1
url = https://github.com/corebob/fluxbox-styles-corebob
arch = any
license = GPL3
- 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
pkgname = fluxbox-style-zukitwo
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"
}