summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-09-25 00:57:12 +0700
committerChanathip Srithanrat2018-09-25 00:57:12 +0700
commit08e37d1e7639117e3fe4bc219c32073d6fbae5ac (patch)
treeddc304d10eca5da1c0a75650935c8404e4ca504b
parent93a01135af1db4fabcaa077c67cfa25738918eb6 (diff)
downloadaur-08e37d1e7639117e3fe4bc219c32073d6fbae5ac.tar.gz
v4.6-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5bfa4f5ff71..2bc5a96bbfd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = macos-icon-theme
pkgdesc = macOS iCons Collection
pkgver = 4.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.opendesktop.org/p/1102582/
arch = any
license = GPL
depends = gtk-update-icon-cache
- source = https://dl.opendesktop.org/api/files/download/id/1533641078/s/$_s/t/$_t/u//macos-icon-theme-4.6.tar.xz
+ source = https://dl.opendesktop.org/api/files/download/id/1533641078/s/$_s/t/$_t/macos-icon-theme-4.6.tar.xz
md5sums = ca465c201306cdaee71e6f2d6588afe8
pkgname = macos-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 322c7454880a..f9b148ee498e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=macos-icon-theme
pkgver=4.6
-pkgrel=1
+pkgrel=2
pkgdesc='macOS iCons Collection'
arch=('any')
url='https://www.opendesktop.org/p/1102582/'
@@ -13,7 +13,7 @@ depends=('gtk-update-icon-cache')
_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/download/id/1533641078/s/$_s/t/$_t/u//$pkgname-$pkgver.tar.xz")
+source=("https://dl.opendesktop.org/api/files/download/id/1533641078/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
md5sums=('ca465c201306cdaee71e6f2d6588afe8')
prepare() {