summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robole2016-07-09 06:55:02 +0200
committerDag Robole2016-07-09 06:55:02 +0200
commit23257046fd0f76f55fe939bc15180b3a0231d10f (patch)
tree6dcc3523d3f7cce2c9fae579a35b1ebd82c4ffd1
parent182ad4fa52590bf5980b6875e688cbc40fc99b21 (diff)
downloadaur-23257046fd0f76f55fe939bc15180b3a0231d10f.tar.gz
Updated source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5cd5b3ae12e..52b69e62224d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-numix
pkgdesc = Numix style for Fluxbox
- pkgver = 20160415
+ pkgver = 20160709
pkgrel = 1
- url = https://github.com/corebob/fluxbox-style-numix
+ url = https://github.com/corebob/fluxbox-styles-corebob
arch = any
license = GPL3
- source = https://github.com/corebob/fluxbox-style-numix/archive/v0.1.zip
- md5sums = 3e9cb63be4310a404c6c386578c47759
+ source = https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip
+ md5sums = 742c8c97f793a6e52791eee65c775695
pkgname = fluxbox-style-numix
diff --git a/PKGBUILD b/PKGBUILD
index dca223075cdb..b0a7c2824d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Dag Robole <dag.robole@gmail.com>
pkgname=fluxbox-style-numix
-pkgver=20160415
+pkgver=20160709
pkgrel=1
pkgdesc="Numix style for Fluxbox"
-url="https://github.com/corebob/fluxbox-style-numix"
+url="https://github.com/corebob/fluxbox-styles-corebob"
license=('GPL3')
arch=('any')
-source=("https://github.com/corebob/fluxbox-style-numix/archive/v0.1.zip")
-md5sums=('3e9cb63be4310a404c6c386578c47759')
+source=("https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip")
+md5sums=('742c8c97f793a6e52791eee65c775695')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/numix"
- cp -r ${srcdir}/fluxbox-style-numix-0.1/numix "${pkgdir}/usr/share/fluxbox/styles/"
+ cp -r ${srcdir}/fluxbox-styles-corebob-1.0/numix/* "${pkgdir}/usr/share/fluxbox/styles/numix"
}