summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc5a96bbfd0..01d504eac633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = macos-icon-theme
pkgdesc = macOS iCons Collection
pkgver = 4.6
- pkgrel = 2
+ pkgrel = 3
url = https://www.opendesktop.org/p/1102582/
arch = any
license = GPL
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')