diff options
author | Tommaso Sardelli | 2016-07-30 16:30:52 +0200 |
---|---|---|
committer | Tommaso Sardelli | 2016-07-30 16:30:52 +0200 |
commit | 5ed72bc9fb004cfabb0a1c889a298cf20bbb5ba2 (patch) | |
tree | 1cc711fcf303f776740a9b7c77da80b35b1c8b15 | |
parent | b0f2726c9026627616f0d0785c1ff023f63c8b00 (diff) | |
download | aur-5ed72bc9fb004cfabb0a1c889a298cf20bbb5ba2.tar.gz |
Update the source link since the old one stopped working
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ pkgbase = xcursor-pulse-glass pkgdesc = Pulse Glass cursor theme pkgver = 1.0 - pkgrel = 3 + pkgrel = 4 url = http://xfce-look.org/content/show.php/Pulse+Glass?content=124442 arch = any license = GPL - source = http://xfce-look.org/CONTENT/content-files/124442-Pulse-Glass.tar.gz - md5sums = 9691f12afcbb3a41332f14b6cbdd7353 + source = https://dl.opendesktop.org/api/files/download/id/1460735439/124442-Pulse-Glass.tar.gz + sha256sums = f6033e0e1112015584662f89f18012f0bbd901fec8ecc3d612defaeedd40e4c0 pkgname = xcursor-pulse-glass @@ -3,14 +3,14 @@ pkgname=xcursor-pulse-glass _pkgname=Pulse-Glass pkgver=1.0 -pkgrel=3 +pkgrel=4 pkgdesc="Pulse Glass cursor theme" arch=('any') url="http://xfce-look.org/content/show.php/Pulse+Glass?content=124442" license=('GPL') depends=() -source=("http://xfce-look.org/CONTENT/content-files/124442-Pulse-Glass.tar.gz") -md5sums=('9691f12afcbb3a41332f14b6cbdd7353') +source=("https://dl.opendesktop.org/api/files/download/id/1460735439/124442-Pulse-Glass.tar.gz") +sha256sums=('f6033e0e1112015584662f89f18012f0bbd901fec8ecc3d612defaeedd40e4c0') package() { mkdir -p "$pkgdir/usr/share/icons" |