summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorteegre2020-08-01 15:34:29 +0200
committerteegre2020-08-01 15:34:29 +0200
commit70d997f34481309caf6906dba4ba7967262e8e96 (patch)
treea3d3af5e87e7a40921301b83589d4b3456fd31b4 /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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/_/-}"