summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-08-01 15:34:29 +0200
committerteegre2020-08-01 15:34:29 +0200
commit70d997f34481309caf6906dba4ba7967262e8e96 (patch)
treea3d3af5e87e7a40921301b83589d4b3456fd31b4
parentbd1328e89128e1b612bb63993629e668fc763508 (diff)
downloadaur-70d997f34481309caf6906dba4ba7967262e8e96.tar.gz
Added -l option back.
Disable snooze mode with <kbd>a</kbd>. Fixed wrong character in some digits file. Added **--quiet** option (disable sound, alarm, timer and hourly time signal). From now on, timer cannot be less than 5 seconds. Added libnotify dependency.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2e3862a615..1b0ecba03857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 20200731_1.2.3
+ pkgver = 20200801_1.2.4
pkgrel = 1
url = https://github.com/teegre/bigtime
arch = any
@@ -8,9 +8,10 @@ pkgbase = bigtime
depends = alsa-utils
depends = bash
depends = coreutils
+ depends = libnotify
depends = ncurses
- source = https://github.com/teegre/bigtime/archive/20200731-1.2.3.tar.gz
- sha256sums = acd2ece02ef8241cd69cb7a41c36a7204d28985387a73cb88285dc536a1c85ef
+ source = https://github.com/teegre/bigtime/archive/20200801-1.2.4.tar.gz
+ sha256sums = 7ac9ed8aef45fcd0be6971d78886d173757c40c2d3c91f65f5279cfba3d04b6e
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 5ae1f0665c68..01dc6b5d18a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=20200731_1.2.3
+pkgver=20200801_1.2.4
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
url="https://github.com/teegre/bigtime"
license=('MIT')
groups=()
-depends=('alsa-utils' 'bash' 'coreutils' 'ncurses')
+depends=('alsa-utils' 'bash' 'coreutils' 'libnotify' 'ncurses')
makedepends=()
checkdepends=()
optdepends=()
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver/_/-}".tar.gz")
noextract=()
-sha256sums=(acd2ece02ef8241cd69cb7a41c36a7204d28985387a73cb88285dc536a1c85ef)
+sha256sums=(7ac9ed8aef45fcd0be6971d78886d173757c40c2d3c91f65f5279cfba3d04b6e)
package() {
cd "$pkgname-${pkgver/_/-}"