summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-09-24 22:02:19 +0700
committerChanathip Srithanrat2018-09-24 22:02:19 +0700
commit93a01135af1db4fabcaa077c67cfa25738918eb6 (patch)
tree3099dbf17b8153dcd506abd04e1a72df3e97093e
parentb3db2791a775578a35ae802709780ad5fcf46a50 (diff)
downloadaur-93a01135af1db4fabcaa077c67cfa25738918eb6.tar.gz
v4.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90aaf43d4e50..b5bfa4f5ff71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = macos-icon-theme
pkgdesc = macOS iCons Collection
- pkgver = 4.5.1
+ pkgver = 4.6
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/1529627353/s/$_s/t/$_t/macos-icon-theme-4.5.1.tar.xz
- md5sums = 8c9b270b3de8f9bebbc13d7a5bd9428b
+ source = https://dl.opendesktop.org/api/files/download/id/1533641078/s/$_s/t/$_t/u//macos-icon-theme-4.6.tar.xz
+ md5sums = ca465c201306cdaee71e6f2d6588afe8
pkgname = macos-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 89d2f2248fe3..322c7454880a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chanathip Srithanrat <axesd9@gmail.com>
pkgname=macos-icon-theme
-pkgver=4.5.1
+pkgver=4.6
pkgrel=1
pkgdesc='macOS iCons Collection'
arch=('any')
@@ -13,13 +13,11 @@ 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/1529627353/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
-md5sums=('8c9b270b3de8f9bebbc13d7a5bd9428b')
+source=("https://dl.opendesktop.org/api/files/download/id/1533641078/s/$_s/t/$_t/u//$pkgname-$pkgver.tar.xz")
+md5sums=('ca465c201306cdaee71e6f2d6588afe8')
prepare() {
find -name '* *' -delete
- cp macOS/status/symbolic/*.svg macOS/devices/symbolic
- cp macOS/apps/128/accessories_calculator.png macOS/apps/128/gnome-calculator.png
}
package() {