summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrimi2017-12-22 08:30:39 +0100
committergrimi2017-12-22 08:30:39 +0100
commit6c64d4680cfc5b424f2453db707faefb7dac2a22 (patch)
treef0ea0a8df25b31f6f745b140c661cfddb85ce454
parent110bc55535e6fc5adde7e556fa4a055aff33d959 (diff)
downloadaur-xcursor-lliurex.tar.gz
Fixed: download link
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa5917449d1..c863b864ba19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = xcursor-lliurex
pkgdesc = A cursor theme inspirated on oxygen theme, but drawn from the scratch.
pkgver = 20120801
- pkgrel = 2
- url = http://gnome-look.org/content/show.php/Lliurex+cursors?content=153068
+ pkgrel = 3
+ url = https://www.gnome-look.org/content/show.php/Lliurex+cursors?content=153068
arch = any
license = GPL
depends = libxcursor
- source = xcursor-lliurex-20120801.tar.xz::https://dl.opendesktop.org/api/files/download/id/1460735232/153068-lliurex-cursors.tar.xz
- sha1sums = 711e535b3e088b2c83bd9627a667724f488be50a
+ source = xcursor-lliurex-20120801.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1460735232/s/53b8d6fedb230b7dc1027edcbfb25d0d/t/1513931438/153068-lliurex-cursors.tar.xz
+ sha256sums = db1056c5719116867459e7764d06d9b2458525a8e16d184e0dc6f791f8e78e2f
pkgname = xcursor-lliurex
diff --git a/PKGBUILD b/PKGBUILD
index 3c52a2c92087..07d98fcdac02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=xcursor-lliurex
pkgver=20120801
-pkgrel=2
+pkgrel=3
pkgdesc="A cursor theme inspirated on oxygen theme, but drawn from the scratch."
arch=('any')
-url="http://gnome-look.org/content/show.php/Lliurex+cursors?content=153068"
+url="https://www.gnome-look.org/content/show.php/Lliurex+cursors?content=153068"
license=('GPL')
depends=('libxcursor')
-source=("${pkgname}-${pkgver}.tar.xz::https://dl.opendesktop.org/api/files/download/id/1460735232/153068-lliurex-cursors.tar.xz")
-sha1sums=('711e535b3e088b2c83bd9627a667724f488be50a')
+_hash_time=($(curl -s "$url"|grep -e "hash =" -e "timetamp ="|sed "s/.*= '\(.*\)';/\1/"))
+source=("${pkgname}-${pkgver}.tar.xz::https://dl.opendesktop.org/api/files/downloadfile/id/1460735232/s/${_hash_time[0]}/t/${_hash_time[1]}/153068-lliurex-cursors.tar.xz")
+sha256sums=('db1056c5719116867459e7764d06d9b2458525a8e16d184e0dc6f791f8e78e2f')
package() {