summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2016-07-02 21:46:52 -0600
committerSam Burgos2016-07-02 21:46:52 -0600
commitc2103f11f4502970e1e80c7edce1b66cd181e2dd (patch)
tree3a7ff7f5fc0345bcbc93c238c0a898e1cfd93bb3
parent3afc9732b387248e7e9793669c8c17414450dc4e (diff)
downloadaur-c2103f11f4502970e1e80c7edce1b66cd181e2dd.tar.gz
deleted pkgver function, and ported options from mint-x PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0cc06c9f2d..2a03e4f4984b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 03:39:38 UTC 2016
+# Sun Jul 3 03:46:09 UTC 2016
pkgbase = mint-y-icons
pkgdesc = New icons from LinuxMint 18 inspired by the Moka icon set. Stable releases
pkgver = 1.0.3
diff --git a/PKGBUILD b/PKGBUILD
index 8a9ed5c07d6f..6ddb78fe4bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,9 @@ conflicts=('mint-y-icons-git')
source=("${url}/pool/main/m/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('3c01ee0b2c646f4b2e909b8ea9280cbf5f3a9711ec629bffd9530fbe912fcb94')
-pkgver() {
- cd "${srcdir}/${pkgname}"
+prepare() {
+ find "${srcdir}" -type d ! -perm 755 -exec chmod 755 {} +
+ find "${srcdir}" -type f ! -perm 644 -exec chmod 644 {} +
}
package() {