summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDag Robole2016-08-16 01:17:45 +0200
committerDag Robole2016-08-16 01:17:45 +0200
commit90322255c366608f66c51e518ebf5b54fc3724c6 (patch)
tree927e831caab858c4060929812f0401207f95527a /PKGBUILD
parent81f922bfc4f1346f39862d24c33054a541609f80 (diff)
downloadaur-fluxbox-style-jet-gray.tar.gz
Updated source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d786a5320b6..da946dfee3b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-jet-gray
-pkgver=20160709
+pkgver=20160816
pkgrel=1
pkgdesc="Fluxbox style for Jet-Gray and Zukitwo Dark"
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/Jet-Gray.zip")
+md5sums=('182a66f5e619fd507f08f5c5e9111d48')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/Jet-Gray"
- cp -r ${srcdir}/fluxbox-styles-corebob-1.0/Jet-Gray/* "${pkgdir}/usr/share/fluxbox/styles/Jet-Gray"
+ cp -r ${srcdir}/Jet-Gray/* "${pkgdir}/usr/share/fluxbox/styles/Jet-Gray"
}