summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2019-02-03 19:56:56 +0200
committerGordonGR2019-02-03 19:56:56 +0200
commitb279d9e6eb33683723c47a18083a238174236bfb (patch)
tree5eccc64ac17cbdff2d3fe6ad98a3fd19f9de5e66
parent9dfb5c9b4f605b07647b3472efa66d5249dea82a (diff)
downloadaur-b279d9e6eb33683723c47a18083a238174236bfb.tar.gz
2.51-2: Updated source url
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6abb6b7d5845..aee487b9ca6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jun 2 11:42:41 UTC 2018
+# Sun Feb 3 17:56:19 UTC 2019
pkgbase = gtk-theme-ambiance-ds-blue-sb12
pkgdesc = A theme based on Ambiance (gtk2, gtk3, gnome-shell, metacity, unity)
pkgver = 2.51
- pkgrel = 1
- url = http://gnome-look.org/content/show.php/Ambiance+DS+BlueSB12?content=154519
+ pkgrel = 2
+ url = https://www.gnome-look.org/p/1013664/
arch = any
license = GPL
depends = gtk-engine-unico
depends = gtk-engine-murrine
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1524565560/s/f2f1386029187c0f9f5f19366d4790d5/t/1525529821/u/32657/AmbianceDSBlueSB12.tar.xz
- md5sums = e323c4f2ca201634367e0bc40e8db409
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1524565560/s/fb750b0730bd1ad732d2d408977021746d2365ba4cf8f5db3a752c414f3ffedfbf3d65a86913bd5841a5a9f76f08e169e991a24cef097972e7029f668e1cfc19/t/1549220012/u//AmbianceDSBlueSB12.tar.xz
+ md5sums = cb0e9d251304afdab8f1575dc2e9b5b0
pkgname = gtk-theme-ambiance-ds-blue-sb12
diff --git a/PKGBUILD b/PKGBUILD
index a445103398c4..149101ed84d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,21 @@
pkgname="gtk-theme-ambiance-ds-blue-sb12"
pkgver=2.51
-pkgrel=1
+pkgrel=2
pkgdesc="A theme based on Ambiance (gtk2, gtk3, gnome-shell, metacity, unity)"
arch=(any)
-url="http://gnome-look.org/content/show.php/Ambiance+DS+BlueSB12?content=154519"
+#url="http://gnome-look.org/content/show.php/Ambiance+DS+BlueSB12?content=154519"
+url="https://www.gnome-look.org/p/1013664/"
license=('GPL')
depends=('gtk-engine-unico' 'gtk-engine-murrine')
conflicts=()
-source=("https://dl.opendesktop.org/api/files/downloadfile/id/1524565560/s/f2f1386029187c0f9f5f19366d4790d5/t/1525529821/u/32657/AmbianceDSBlueSB12.tar.xz")
-md5sums=('e323c4f2ca201634367e0bc40e8db409')
+# Hash and Timestamp
+_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
+read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
+
+source=("https://dl.opendesktop.org/api/files/downloadfile/id/1524565560/s/$_s/t/$_t/u//AmbianceDSBlueSB12.tar.xz")
+md5sums=('cb0e9d251304afdab8f1575dc2e9b5b0')
install=()
package() {