summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f68536ef5ba7..d594e1cfeff6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-solarized-light
pkgdesc = Solarized Light 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/solarized-light.zip
+ md5sums = 43ffc324af983796fa34007c0eb2d487
pkgname = fluxbox-style-solarized-light
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"
}