summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-04-20 18:40:39 +0200
committerXZS2016-04-20 18:46:40 +0200
commit127411f0dd7307f2466f3bea4fdab3114f42dcd3 (patch)
treef2dbd6a2b28dbf1a24e7b69a648c17c2c77b9bc3
parent18f4d7ecb7e27fa6acf371876f9bb06abb54f744 (diff)
downloadaur-127411f0dd7307f2466f3bea4fdab3114f42dcd3.tar.gz
omit hidden files
The hidden files are only used to manage the source code of the extension. They are not needed in and have no direct relation to the compiled package and can thus be left out safely.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f383bcb707e..ab28d1500648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozilla-extension-gnotifier-git
pkgdesc = Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.
pkgver = 1.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mkiol/GNotifier
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 31d35003ac09..561dd71923b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mozilla-extension-gnotifier-git
pkgver=1.9.6
-pkgrel=1
+pkgrel=2
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'
arch=('any')
@@ -55,7 +55,8 @@ build() {
eval "package_$pkgname()" '{
prepare_target
- cp --no-preserve=ownership,mode -r . "$destdir/$id"
+ install -d "$destdir/$id"
+ cp --no-preserve=ownership,mode -r * "$destdir/$id"
}'
for target in "${optdepends[@]}"; do