summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-06-27 21:18:54 +0700
committerChanathip Srithanrat2018-06-27 21:18:54 +0700
commitb3db2791a775578a35ae802709780ad5fcf46a50 (patch)
treeb290fe0a094f5bc9b62a348729986985b3403300
parentcc4aa10e554c1feb94697a721225782bde3bb99b (diff)
downloadaur-b3db2791a775578a35ae802709780ad5fcf46a50.tar.gz
v4.5.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4312aa0c8949..90aaf43d4e50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = macos-icon-theme
pkgdesc = macOS iCons Collection
- pkgver = 4.2
+ pkgver = 4.5.1
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/1524703499/s/$_s/t/$_t/macos-icon-theme-4.2.tar.xz
- md5sums = 24c1eb908a1f0c0a0e3558f0405e252e
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1529627353/s/$_s/t/$_t/macos-icon-theme-4.5.1.tar.xz
+ md5sums = 8c9b270b3de8f9bebbc13d7a5bd9428b
pkgname = macos-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index b19ed7c7ca6e..89d2f2248fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chanathip Srithanrat <axesd9@gmail.com>
pkgname=macos-icon-theme
-pkgver=4.2
+pkgver=4.5.1
pkgrel=1
pkgdesc='macOS iCons Collection'
arch=('any')
@@ -13,13 +13,13 @@ 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/1524703499/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
-md5sums=('24c1eb908a1f0c0a0e3558f0405e252e')
+source=("https://dl.opendesktop.org/api/files/downloadfile/id/1529627353/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
+md5sums=('8c9b270b3de8f9bebbc13d7a5bd9428b')
prepare() {
find -name '* *' -delete
cp macOS/status/symbolic/*.svg macOS/devices/symbolic
- mv macOS/apps/128/accessories_calculator.png macOS/apps/128/accessories-calculator.png
+ cp macOS/apps/128/accessories_calculator.png macOS/apps/128/gnome-calculator.png
}
package() {