summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDag Robole2016-07-09 06:28:41 +0200
committerDag Robole2016-07-09 06:28:41 +0200
commitd1c0a706c24c18c9e944a2428410ebb5e1128ba2 (patch)
tree9fca2f15c351444503c5199a782c3467e1ffcc7b
parent4e44dee81848f4f22f057afcb4df40b2a0b00981 (diff)
downloadaur-d1c0a706c24c18c9e944a2428410ebb5e1128ba2.tar.gz
Updated source
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e280d662e3c..f288233c4a6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fluxbox-style-hellbent
pkgdesc = Hellbent style for Fluxbox
- pkgver = 20151105
+ pkgver = 20160709
pkgrel = 1
- url = https://github.com/corebob/fluxbox-style-hellbent
+ url = https://github.com/corebob/fluxbox-styles-corebob
arch = any
- license = CCPL
- source = https://github.com/corebob/fluxbox-style-hellbent/releases/download/v1.0/fluxbox-style-hellbent.zip
- md5sums = 31f824635b3b3fcba03479923d1006b2
+ license = GPL3
+ source = https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip
+ md5sums = 742c8c97f793a6e52791eee65c775695
pkgname = fluxbox-style-hellbent
diff --git a/PKGBUILD b/PKGBUILD
index 2518c8e1eb39..4509ff38f56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: dag.robole at gmail dot com
pkgname=fluxbox-style-hellbent
-pkgver=20151105
+pkgver=20160709
pkgrel=1
pkgdesc="Hellbent style for Fluxbox"
-url="https://github.com/corebob/fluxbox-style-hellbent"
-license=('CCPL')
+url="https://github.com/corebob/fluxbox-styles-corebob"
+license=('GPL3')
arch=('any')
-source=("https://github.com/corebob/fluxbox-style-hellbent/releases/download/v1.0/fluxbox-style-hellbent.zip")
-md5sums=('31f824635b3b3fcba03479923d1006b2')
+source=("https://github.com/corebob/fluxbox-styles-corebob/archive/v1.0.zip")
+md5sums=('742c8c97f793a6e52791eee65c775695')
package() {
mkdir -p "${pkgdir}/usr/share/fluxbox/styles/hellbent/"
- cp -r ${srcdir}/fluxbox-style-hellbent-master/* "${pkgdir}/usr/share/fluxbox/styles/"
+ cp -r ${srcdir}/fluxbox-styles-corebob-1.0/hellbent/* "${pkgdir}/usr/share/fluxbox/styles/hellbent"
}