summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-10-27 02:29:56 +0700
committerChanathip Srithanrat2018-10-27 02:29:56 +0700
commit60a023977d3b24fa9e7b42d38b8d98e633707875 (patch)
tree3319c9fcd28a4ad195df4513880d47d81dc35f29 /PKGBUILD
parent08e37d1e7639117e3fe4bc219c32073d6fbae5ac (diff)
downloadaur-macos-icon-theme.tar.gz
v4.6-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9b148ee498e..1be675090546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=macos-icon-theme
pkgver=4.6
-pkgrel=2
+pkgrel=3
pkgdesc='macOS iCons Collection'
arch=('any')
url='https://www.opendesktop.org/p/1102582/'
@@ -11,7 +11,7 @@ depends=('gtk-update-icon-cache')
# Hash and Timestamp
_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
-read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
+read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p" | head -n2))
source=("https://dl.opendesktop.org/api/files/download/id/1533641078/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
md5sums=('ca465c201306cdaee71e6f2d6588afe8')