summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDag Robole2016-08-16 00:11:46 +0200
committerDag Robole2016-08-16 00:11:46 +0200
commitb426c23af6991ddc91bea178c93e24c9135d21fc (patch)
tree3bfc36122316100a8600c3d1c91b417ddc8d73d1 /PKGBUILD
parent23257046fd0f76f55fe939bc15180b3a0231d10f (diff)
downloadaur-b426c23af6991ddc91bea178c93e24c9135d21fc.tar.gz
Updated some colors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0a7c2824d67..7eb6da009ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Dag Robole <dag.robole@gmail.com>
pkgname=fluxbox-style-numix
-pkgver=20160709
+pkgver=20160816
pkgrel=1
pkgdesc="Numix 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/numix.zip")
+md5sums=('227b50508708ea69425ce17f4bafe71a')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/numix"
- cp -r ${srcdir}/fluxbox-styles-corebob-1.0/numix/* "${pkgdir}/usr/share/fluxbox/styles/numix"
+ cp -r ${srcdir}/numix/* "${pkgdir}/usr/share/fluxbox/styles/numix"
}