summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-05-01 00:44:03 +0700
committerChanathip Srithanrat2018-05-01 00:44:03 +0700
commitcc4aa10e554c1feb94697a721225782bde3bb99b (patch)
treefd4a492b68e0665552b77b0f8f7f66440402db55
parentae221d6e1476ca1f70fa8b1f1ba222b53959519f (diff)
downloadaur-cc4aa10e554c1feb94697a721225782bde3bb99b.tar.gz
v4.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c165b50187c5..4312aa0c8949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = macos-icon-theme
pkgdesc = macOS iCons Collection
- pkgver = 4.1.8
- pkgrel = 4
+ pkgver = 4.2
+ pkgrel = 1
url = https://www.opendesktop.org/p/1102582/
arch = any
license = GPL
depends = gtk-update-icon-cache
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1519002046/s/$_s/t/$_t/macos-icon-theme-4.1.8.tar.xz
- md5sums = 056982040d0efdcf4fa93b0e5bc9bc3d
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1524703499/s/$_s/t/$_t/macos-icon-theme-4.2.tar.xz
+ md5sums = 24c1eb908a1f0c0a0e3558f0405e252e
pkgname = macos-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index f4d4e7a8473e..b19ed7c7ca6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chanathip Srithanrat <axesd9@gmail.com>
pkgname=macos-icon-theme
-pkgver=4.1.8
-pkgrel=4
+pkgver=4.2
+pkgrel=1
pkgdesc='macOS iCons Collection'
arch=('any')
url='https://www.opendesktop.org/p/1102582/'
@@ -13,8 +13,8 @@ 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/downloadfile/id/1519002046/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
-md5sums=('056982040d0efdcf4fa93b0e5bc9bc3d')
+source=("https://dl.opendesktop.org/api/files/downloadfile/id/1524703499/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
+md5sums=('24c1eb908a1f0c0a0e3558f0405e252e')
prepare() {
find -name '* *' -delete