summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-06-18 16:18:15 +0200
committerMaxime Gauduin2018-06-18 16:18:15 +0200
commit546a1f0ea37bc3acf805cae1a19b0089a905ec19 (patch)
tree675d292bd3be68e04890c162ec3d5d772af9bbe6
parent57ed8f7fae1718dae83059721cd9928ed558ff8c (diff)
downloadaur-546a1f0ea37bc3acf805cae1a19b0089a905ec19.tar.gz
Remove offending mac dotfiles
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee254cbb72d1..a534186fbae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 25 18:13:39 UTC 2018
+# Mon Jun 18 14:18:15 UTC 2018
pkgbase = elementary-icon-theme-git
pkgdesc = Named, vector icons for elementary OS
- pkgver = r2236.4cdca93d
+ pkgver = r2248.998c963b
pkgrel = 1
url = https://github.com/elementary/icons
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index abf6278ba974..e54e1d4abe95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=elementary-icon-theme-git
-pkgver=r2236.4cdca93d
+pkgver=r2248.998c963b
pkgrel=1
pkgdesc='Named, vector icons for elementary OS'
arch=('any')
@@ -40,6 +40,7 @@ package() {
cd build
DESTDIR="${pkgdir}" ninja install
+ rm "${pkgdir}"/.VolumeIcon*
}
# vim: ts=2 sw=2 et: