summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-06-27 21:31:41 +0700
committerChanathip Srithanrat2018-06-27 21:31:41 +0700
commitb36cb151eb1668c9c5f7f2980f8b97a1b075bdff (patch)
treeb6c5528674cce9501842267b2d7586827cd7d6c5 /PKGBUILD
parentf48fe474d49b6f563e60e141e14f74c1707fa2f9 (diff)
downloadaur-b36cb151eb1668c9c5f7f2980f8b97a1b075bdff.tar.gz
v4.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fd2d96caae8..d9206151e8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chanathip Srithanrat <axesd9@gmail.com>
pkgname=macos11-icon-theme
-pkgver=1.1
+pkgver=4.5.1
pkgrel=1
pkgdesc='macOS11 iCons Collection'
arch=('any')
@@ -13,13 +13,12 @@ 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/1524703639/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
-md5sums=('cbe79976eb6371ebd4b5088f2784a91f')
+source=("https://dl.opendesktop.org/api/files/downloadfile/id/1529627496/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
+md5sums=('c4e9b1ed1ce6a363b9c3a66b09e63fa7')
prepare() {
find -name '* *' -delete
- cp macOS11/status/symbolic/*.svg macOS11/devices/symbolic
- mv macOS11/apps/128/accessories_calculator.png macOS11/apps/128/accessories-calculator.png
+ cp macOS11/apps/128/accessories_calculator.png macOS11/apps/128/gnome-calculator.png
}
package() {