summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-02-12 20:31:34 +0100
committerhaawda2018-02-12 20:31:34 +0100
commit2963bbbf8380558968992be64b73a11b18339dd4 (patch)
tree0e2c596d7aee4e3c819645ae44c181ef33ed5d6b /PKGBUILD
parent4f018be7d7d9453dbe196fe7116a9998dccd163b (diff)
downloadaur-2963bbbf8380558968992be64b73a11b18339dd4.tar.gz
remove empty dirs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc7742f9f99a..f19802af488b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mystuff
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Create a custom menu in a popup window"
url="http://www.kornelix.com/mystuff"
arch=('i686' 'x86_64')
@@ -10,6 +10,7 @@ license=('GPL3')
depends=('gtk3')
source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")
sha256sums=('63eb50580c806006736ce4f8b9d97c97f8506ce8103bf0be2260221ded21376f')
+options=('!emptydirs')
build() {
cd $pkgname-$pkgver