summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0397109febf0..82d92a1bc3e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-elegant-brit
pkgdesc = Elegant Brit style for Fluxbox
- pkgver = 20150813
+ pkgver = 20160709
pkgrel = 1
- url = https://github.com/corebob/fluxbox-style-elegant-brit
+ url = https://github.com/corebob/fluxbox-styles-corebob
arch = any
license = GPL3
- source = https://github.com/corebob/fluxbox-style-elegant-brit/archive/master.zip
- md5sums = a2c9691207fb539312aa7bdad58d3fe9
+ source = https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip
+ md5sums = 742c8c97f793a6e52791eee65c775695
pkgname = fluxbox-style-elegant-brit
diff --git a/PKGBUILD b/PKGBUILD
index d65df5f712a5..cc4dbd666a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-elegant-brit
-pkgver=20150813
+pkgver=20160709
pkgrel=1
pkgdesc="Elegant Brit style for Fluxbox"
-url="https://github.com/corebob/fluxbox-style-elegant-brit"
+url="https://github.com/corebob/fluxbox-styles-corebob"
license=('GPL3')
arch=('any')
-source=("https://github.com/corebob/fluxbox-style-elegant-brit/archive/master.zip")
-md5sums=('a2c9691207fb539312aa7bdad58d3fe9')
+source=("https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip")
+md5sums=('742c8c97f793a6e52791eee65c775695')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
- cp -r ${srcdir}/fluxbox-style-elegant-brit-master/* "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
+ cp -r ${srcdir}/fluxbox-styles-corebob-1.0/elegant-brit/* "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
}