summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-08-30 23:21:08 -0400
committerTed Alff2018-08-30 23:21:08 -0400
commitb71a561bac2868814721dff29f7af92c104d1985 (patch)
tree8a50b80d7339735a48a11104fd00576fe407eb8e
parent8dab2bd8ed47b21bc7dfc177463b1117321af627 (diff)
downloadaur-b71a561bac2868814721dff29f7af92c104d1985.tar.gz
Update download link
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD22
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c58cd09ff60c..cc6f7f877145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Aug 31 03:20:59 UTC 2018
pkgbase = dockbarx-shinybar-theme
pkgdesc = Windows 7-like theme for DockBarX
pkgver = 1.3.1
- pkgrel = 2
- url = http://levviathor.deviantart.com/art/Shinybar1-3-for-DockbarX-135875506
+ pkgrel = 3
+ url = https://www.deviantart.com/levviathor/art/Shinybar1-3-1-for-DockbarX-135875506
arch = any
groups = dockbarx-themes
- license = cc-by-sa
+ license = CCPL:cc-by-nc-sa-3.0
depends = dockbarx
- source = http://fc05.deviantart.net/fs71/f/2010/165/2/9/Shinybar1_3_1_for_DockbarX_by_Levviathor.zip
- md5sums = 7e462d64034fe68d98ed6fabd181a2ac
+ source = https://orig00.deviantart.net/19aa/f/2010/165/2/9/shinybar1_3_1_for_dockbarx_by_levviathor.zip
+ sha256sums = 6521ee666a529df2e5fda591e2ee3a5c8b532c6ff5b5467523b45b594d4bb01d
pkgname = dockbarx-shinybar-theme
diff --git a/PKGBUILD b/PKGBUILD
index 183cd6a97264..552615e536c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,21 @@
pkgname=dockbarx-shinybar-theme
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Windows 7-like theme for DockBarX"
arch=('any')
-url="http://levviathor.deviantart.com/art/Shinybar1-3-for-DockbarX-135875506"
-license=('cc-by-sa')
+url="https://www.deviantart.com/levviathor/art/Shinybar1-3-1-for-DockbarX-135875506"
+license=('CCPL:cc-by-nc-sa-3.0')
depends=('dockbarx')
groups=('dockbarx-themes')
-source=('http://fc05.deviantart.net/fs71/f/2010/165/2/9/Shinybar1_3_1_for_DockbarX_by_Levviathor.zip')
-#DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
+source=('https://orig00.deviantart.net/19aa/f/2010/165/2/9/shinybar1_3_1_for_dockbarx_by_levviathor.zip')
+sha256sums=('6521ee666a529df2e5fda591e2ee3a5c8b532c6ff5b5467523b45b594d4bb01d')
package () {
- cd ${srcdir}/Shinybar${pkgver}_deviantart
+ cd "${srcdir}"/Shinybar"${pkgver}"_deviantart
- mkdir -p ${pkgdir}/usr/share/dockbarx/themes
- install -Dm644 shinybar_13_horiz.tar.gz ${pkgdir}/usr/share/dockbarx/themes/
- install -Dm644 shinybar_13_vert.tar.gz ${pkgdir}/usr/share/dockbarx/themes/
- install -Dm644 README_shinybar.txt ${pkgdir}/usr/share/dockbarx/
+ mkdir -p "${pkgdir}"/usr/share/dockbarx/themes
+ install -Dm644 shinybar_13_horiz.tar.gz "${pkgdir}"/usr/share/dockbarx/themes/
+ install -Dm644 shinybar_13_vert.tar.gz "${pkgdir}"/usr/share/dockbarx/themes/
+ install -Dm644 README_shinybar.txt "${pkgdir}"/usr/share/dockbarx/
}
-
-md5sums=('7e462d64034fe68d98ed6fabd181a2ac')