summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorteegre2020-07-31 20:59:07 +0200
committerteegre2020-07-31 20:59:07 +0200
commitbd1328e89128e1b612bb63993629e668fc763508 (patch)
tree5ff465ba47abf45804c136ecabfb4c31386c4ea9 /PKGBUILD
parent7da20a1ddc4c1f46b31da7c4b483991cf41e3a6b (diff)
downloadaur-bd1328e89128e1b612bb63993629e668fc763508.tar.gz
Added optional **char** and **space** settings for digits file.
Bigtime will use the default characters if these parameters are missing. Removed **--char**, **--space**, **--preset** and **--list-presets** options. Stock digits files and documentation have been changed accordingly. Added **--preview** option. Improved alarm setting from the commandline. Added snooze indicator. Added lcd.digits. Added cross.digits. Added CREDITS section to README.md
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bae49be82b69..5ae1f0665c68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=20200730_1.2.2
+pkgver=20200731_1.2.3
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver/_/-}".tar.gz")
noextract=()
-sha256sums=(3ec1d6a87de26e76a870ca2d3f61ece84923d5229d56b9f52d28f67dcb3b4a9f)
+sha256sums=(acd2ece02ef8241cd69cb7a41c36a7204d28985387a73cb88285dc536a1c85ef)
package() {
cd "$pkgname-${pkgver/_/-}"