summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Saparelli2017-02-22 23:32:36 +1300
committerFélix Saparelli2017-02-22 23:32:36 +1300
commit53e1397008c646e2e2d3a67e4b2dae7628a0db24 (patch)
treed5192a00b7f41977b554914bd9741603f819463b
parentdd5cf368bd0a216f086af6a6df5cef891aae0309 (diff)
downloadaur-53e1397008c646e2e2d3a67e4b2dae7628a0db24.tar.gz
Pick up the correct checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbb9247a721a..9f6f9c1a0827 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = firefox-always-nightly
pkgname = firefox-always-nightly
pkgdesc = Standalone web browser from mozilla.org, nightly build, always updating
pkgver = 99.0a1
-pkgrel = 11
+pkgrel = 12
url = https://blog.nightly.mozilla.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 716db2616815..32f5bd8d544e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgname=firefox-always-nightly
pkgdesc='Standalone web browser from mozilla.org, nightly build, always updating'
url='https://blog.nightly.mozilla.org/'
pkgver=99.0a1
-pkgrel=11
+pkgrel=12
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
_srcurl="https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central"
@@ -18,8 +18,8 @@ _version="$(curl -s "${_srcurl}/" | grep -Eo firefox-.+tar.bz2 | cut -d- -f2 | c
_file="firefox-${_version}.en-US.linux-${CARCH}"
curl -so {,${_srcurl}/}${_file}.checksums
-_sumbz2="$(grep -E sha512.+${_file}\.tar\.bz2 ${_file}.checksums | cut -d\ -f1)"
-_sumtxt="$(grep -E sha512.+${_file}\.txt ${_file}.checksums | cut -d\ -f1)"
+_sumbz2="$(grep -E sha512.+${_file}\.tar\.bz2\$ ${_file}.checksums | cut -d\ -f1)"
+_sumtxt="$(grep -E sha512.+${_file}\.txt\$ ${_file}.checksums | cut -d\ -f1)"
_nametoday="${pkgname}-${pkgver}-$(date +%FT%T)"
source=("${_nametoday}.tar.bz2::${_srcurl}/${_file}.tar.bz2"