summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Haß2018-11-08 21:09:43 +0100
committerDaniel Haß2018-11-08 21:09:43 +0100
commit5ebf529ddca3baf91bac46545097c1b92eaf5016 (patch)
tree742b480cd08ee121fadc7ae377f585cbc7824760
parentf109b2d2118fc3876d25224b6e33f4cfef7dd617 (diff)
downloadaur-5ebf529ddca3baf91bac46545097c1b92eaf5016.tar.gz
fixed broken download url generation
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a6c7245082..3da72b33e24f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Dec 20 12:36:27 UTC 2017
+# Thu Nov 8 20:09:25 UTC 2018
pkgbase = gtk-theme-numix-sx
pkgdesc = Gray variation of numix theme for Cinnamon/Gnome
pkgver = 20170424
- pkgrel = 4
- url = https://www.gnome-look.org/p/1117412/
+ pkgrel = 5
+ url = https://www.opendesktop.org/c/1465521207
arch = any
license = GPL3
depends = gtk-engine-murrine
conflicts = gtk-theme-numix-sx-beta
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1493077417/s/3b55ede71c3f4550f21128c7be573ba8/t/1513776987/Numix-SX.tar.xz
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1493077417/s/2b28baa66cc8172421e5c74b06d98a0b/t/1541711182/Numix-SX.tar.xz
sha256sums = 7e1983924b2d90e89eddb3da8f4c43dc1326fe138fd191c8212c7904dcd618b0
pkgname = gtk-theme-numix-sx
diff --git a/PKGBUILD b/PKGBUILD
index abd16394518e..d3f629486b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Daniel Haß <aur@hass.onl>
pkgname=gtk-theme-numix-sx
pkgver=20170424
-pkgrel=4
+pkgrel=5
pkgdesc="Gray variation of numix theme for Cinnamon/Gnome"
arch=('any')
-url="https://www.gnome-look.org/p/1117412/"
+url="https://www.opendesktop.org/c/1465521207"
license=('GPL3')
depends=('gtk-engine-murrine')
conflicts=('gtk-theme-numix-sx-beta')
# Hash and Timestamp (taken from macos-icon-theme)
_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
-read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
+read _s _t _x <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
source=("https://dl.opendesktop.org/api/files/downloadfile/id/1493077417/s/$_s/t/$_t/Numix-SX.tar.xz")
sha256sums=('7e1983924b2d90e89eddb3da8f4c43dc1326fe138fd191c8212c7904dcd618b0')