summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDag Robole2016-08-16 00:36:30 +0200
committerDag Robole2016-08-16 00:36:30 +0200
commitd84c621a0b3f8d833cb4107d47ea74287809983b (patch)
treef0d2711e44425a41bd8787829793d68a0c56111e /PKGBUILD
parent048989ee2c048316dd5496ea3478d30afb02b152 (diff)
downloadaur-fluxbox-style-solarized-light.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 a75b4fa40397..2d934f692442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-solarized-light
-pkgver=20160709
+pkgver=20160816
pkgrel=1
pkgdesc="Solarized Light 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/solarized-light.zip")
+md5sums=('43ffc324af983796fa34007c0eb2d487')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/solarized-light"
- cp -r ${srcdir}/fluxbox-styles-corebob-1.0/solarized-light/* "${pkgdir}/usr/share/fluxbox/styles/solarized-light"
+ cp -r ${srcdir}/solarized-light/* "${pkgdir}/usr/share/fluxbox/styles/solarized-light"
}