summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2016-07-01 08:56:59 -0500
committerAlfredo Ramos2016-07-01 08:56:59 -0500
commitdb06ba2a25cb52f13abf0670ba8f0873e7275f46 (patch)
tree0583b564ea48f1e9619bbbb2b61c965f5d070b7b
parentea91bfe497c29abcb2e52f39148c23fb269e6ba8 (diff)
downloadaur-db06ba2a25cb52f13abf0670ba8f0873e7275f46.tar.gz
Download theme from mirror
box-look.org link returns HTTP 403
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33b21e4967d1..4d6676a1426f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = openbox-theme-mythos
license = GPL3
depends = openbox
provides = openbox-theme-mythos=20150104
- source = http://box-look.org/CONTENT/content-files/88560-Mythos_OB.tar.gz
+ source = https://www.dropbox.com/s/q40ppjtue8z2me7/88560-Mythos_OB.tar.gz
sha512sums = 1774264dd799b008f47a61facd0b6bdd3983048f3a795eeb84076bdfed77422b63acf158204f77ef21487a541a5f6d13da570344b48d0c374a17fd2e42b8d3ce
pkgname = openbox-theme-mythos
diff --git a/PKGBUILD b/PKGBUILD
index ae77ed33bb86..25e4e00217b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ license=('GPL3')
depends=('openbox')
provides=("${pkgname}=${pkgver}")
-# Mirror
-# https://www.dropbox.com/s/q40ppjtue8z2me7/88560-Mythos_OB.tar.gz
+# Using mirror, original source returns HTTP 403
+# http://box-look.org/CONTENT/content-files/88560-Mythos_OB.tar.gz
source=(
- 'http://box-look.org/CONTENT/content-files/88560-Mythos_OB.tar.gz'
+ 'https://www.dropbox.com/s/q40ppjtue8z2me7/88560-Mythos_OB.tar.gz'
)
sha512sums=(
'1774264dd799b008f47a61facd0b6bdd3983048f3a795eeb84076bdfed77422b63acf158204f77ef21487a541a5f6d13da570344b48d0c374a17fd2e42b8d3ce'
@@ -22,6 +22,6 @@ sha512sums=(
package() {
# Copy theme
- mkdir -p ${pkgdir}/usr/share/themes
- cp -R ${srcdir}/Mythos ${pkgdir}/usr/share/themes
+ mkdir -p "${pkgdir}"/usr/share/themes
+ cp -R "${srcdir}"/Mythos "${pkgdir}"/usr/share/themes
}