summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanathip Srithanrat2017-05-09 08:34:58 +0700
committerChanathip Srithanrat2017-05-09 08:34:58 +0700
commitc6341866dc4c362ddb5580fd45f8eade151f3919 (patch)
treede6c0237c549b352cb41bf0680329abc0749d58b
parent9760c7e015281dc6a2e6ee88dfd75e7275073f30 (diff)
downloadaur-c6341866dc4c362ddb5580fd45f8eade151f3919.tar.gz
Bump to 3.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92559e3df01..efcdada478a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = macos-icon-theme
pkgdesc = macOS iCons Theme
- pkgver = 3.5
+ pkgver = 3.6
pkgrel = 1
url = https://www.gnome-look.org/p/1102582/
arch = any
depends = gtk-update-icon-cache
- source = https://dl.opendesktop.org/api/files/download/id/1487473049/macOS%20iCon%20theme%20v3.5.tar.xz
+ source = https://dl.opendesktop.org/api/files/download/id/1494077696/macOS.tar.xz
md5sums = 9cfe3594b030236b68881208a3402074
pkgname = macos-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 5e695a01b494..981ed11731be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,21 @@
# Maintainer: Chanathip Srithanrat <axesd9@gmail.com>
pkgname='macos-icon-theme'
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc='macOS iCons Theme'
arch=('any')
url='https://www.gnome-look.org/p/1102582/'
depends=('gtk-update-icon-cache')
-source=('https://dl.opendesktop.org/api/files/download/id/1487473049/macOS%20iCon%20theme%20v3.5.tar.xz')
-md5sums=('9cfe3594b030236b68881208a3402074')
-_name="macOS iCon theme v$pkgver"
+source=('https://dl.opendesktop.org/api/files/download/id/1494077696/macOS.tar.xz')
+md5sums=('5f7f20692c732b7189a4c9935d5d8388')
prepare() {
- cd "$srcdir/$_name"
+ cd "$srcdir"
find -name '* *' -delete
}
package() {
- cd "$srcdir/$_name"
+ cd "$srcdir"
find */ -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/icons/{}" \;
}