summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02a3821ca111..30bcb27fc36b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mozilla-extension-gnotifier
pkgdesc = Add-on for Firefox and Thunderbird. Replaces built-in notifications with the OS native notifications. It
pkgver = 1.9.7
- pkgrel = 2
+ pkgrel = 3
url = https://addons.mozilla.org/mozilla/addon/gnotifier/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index affc47912d79..33cfb315f181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mozilla-extension-gnotifier
pkgver=1.9.7
-pkgrel=2
+pkgrel=3
pkgdesc='Add-on for Firefox and Thunderbird. Replaces built-in notifications with the OS native notifications. It'
arch=('any')
license=('GPL3')
@@ -44,11 +44,6 @@ query-version() {
xmllint .version --xpath \
"//application[appID='$2']/$1_version/text()"
}
-
-build() {
- rm -r resources lib/{windows,osx}.js
-}
-
eval "package_$pkgname()" '{
prepare_target
cp --no-preserve=ownership,mode -r . "$destdir/$id"