summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-04-15 18:49:40 +0200
committerXZS2016-04-15 18:49:40 +0200
commit575b66e47aa9dd9faf0b7b85bb18d7f925e5f06b (patch)
tree944849ad55f0dc5e544b7aff7e0b7c9b32499076 /PKGBUILD
parent4d74d46edd22b2ec94c0d7d3b25fd9f6f1bcb3cb (diff)
downloadaur-575b66e47aa9dd9faf0b7b85bb18d7f925e5f06b.tar.gz
exclude files specific to other platforms
This package most probably installs on Linux, so windows and osx specific interfaces are likely never tempted to load.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c740a884d048..99039626a6e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mozilla-extension-gnotifier-git
pkgver=1.9.5
-pkgrel=2
+pkgrel=3
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'
arch=('any')
@@ -47,7 +47,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
build() {
cp -r --reflink=auto source/* .
- rm -r xpi misc *.md win8* source
+ rm -r xpi misc *.md win8* source resources lib/{windows,osx}.js
jpm xpi
unzip -o *.xpi
rm *.xpi