summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-07-31 20:59:07 +0200
committerteegre2020-07-31 20:59:07 +0200
commitbd1328e89128e1b612bb63993629e668fc763508 (patch)
tree5ff465ba47abf45804c136ecabfb4c31386c4ea9
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
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b27e08e946f..fe2e3862a615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 20200730_1.2.2
+ pkgver = 20200731_1.2.3
pkgrel = 1
url = https://github.com/teegre/bigtime
arch = any
@@ -9,8 +9,8 @@ pkgbase = bigtime
depends = bash
depends = coreutils
depends = ncurses
- source = https://github.com/teegre/bigtime/archive/20200730-1.2.2.tar.gz
- sha256sums = 3ec1d6a87de26e76a870ca2d3f61ece84923d5229d56b9f52d28f67dcb3b4a9f
+ source = https://github.com/teegre/bigtime/archive/20200731-1.2.3.tar.gz
+ sha256sums = acd2ece02ef8241cd69cb7a41c36a7204d28985387a73cb88285dc536a1c85ef
pkgname = bigtime
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/_/-}"