summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Saparelli2016-09-27 21:50:14 +1300
committerFélix Saparelli2016-09-27 21:50:14 +1300
commitf7f3f2ef7b2efdab625bb1b58a73f4240e4cff29 (patch)
tree0077e5b3fb97a3ec0bdaad5efbca319b3f1845f9
parent8fe211e193e46eb4278d52098655a9b5c1c1d9f2 (diff)
downloadaur-f7f3f2ef7b2efdab625bb1b58a73f4240e4cff29.tar.gz
Use full date+time instead of just date
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a1ede0aee90..7d4f0d7cf5ee 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 = 8
+pkgrel = 9
url = https://nightly.mozilla.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 879feddeb015..250d8d3f8062 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://nightly.mozilla.org'
pkgver=99.0a1
-pkgrel=8
+pkgrel=9
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
_srcurl="https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central"
@@ -19,7 +19,7 @@ _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)"
-_nametoday="${pkgname}-${pkgver}-$(date +%F)"
+_nametoday="${pkgname}-${pkgver}-$(date +%FT%T)"
source=("${_nametoday}.tar.bz2::${_srcurl}/${_file}.tar.bz2"
"${_nametoday}.txt::${_srcurl}/${_file}.txt"
'firefox-nightly.desktop'