summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2015-10-27 13:10:50 +0100
committerXZS2015-10-27 13:10:50 +0100
commit8fedfffece2db8453df970c95190915e65664fff (patch)
tree2fd26e3e71303acb84e999190f93b13aa876add1 /PKGBUILD
parent7ef29f2970f4be84091813d4b8c048767451d19b (diff)
downloadaur-8fedfffece2db8453df970c95190915e65664fff.tar.gz
do not remove file that does not exist any more
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4e0a3a53114..89b54ffa0e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# You may find it convenient to file issues and pull requests there.
pkgname=mozilla-extension-gnotifier-git
-pkgver=1.9.1.r130
+pkgver=1.9.1
pkgrel=1
pkgdesc='Add-on for Firefox and Thunderbird to enable integration with GNOME native notification system.'
url='https://github.com/mkiol/GNotifier'
@@ -45,7 +45,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
- rm -r data doc *.xpi misc package.json *.md screenshot*.png server-info test* win8*
+ rm -r data doc *.xpi misc package.json *.md screenshot*.png test* win8*
}
eval "package_$pkgname()" '{