summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSwift Geek2013-12-12 00:24:21 +0000
committerKyle Keen2013-12-12 00:24:21 +0000
commit5dda81ee0ba79fe5d7f691e5e9caaa7a75712202 (patch)
treea36fc434330e17da980d68296e2309c56a3a52d7 /PKGBUILD
parent31366ae3437605ef705868c38a74a08c4e48ecfa (diff)
downloadaur-5dda81ee0ba79fe5d7f691e5e9caaa7a75712202.tar.gz
Import from pkgbuild.com service
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 749a4b1e83d1..a172922e6027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# TODO: FIND AND FIX EDGE CASES (EMPTY VARS!) *SPANK*
pkgname=firefox-nightly-i18n
-pkgver=28.0a1
+pkgver=29.0a1
pkgrel=1
pkgdesc='Universal i18n for firefox-nightly - xpi version'
url="https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/"
@@ -57,7 +57,7 @@ prepare() {
tty -s && {
countdown 10 & countdown_pid=$!
read -s -n 1 -t 10 ikey || true
- kill -s SIGHUP $countdown_pid
+ kill -s SIGHUP $countdown_pid > /dev/null || true # Any key below 1sec fix
echo -e -n "\n"
}