summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-10-21 23:02:28 +0200
committerteegre2020-10-21 23:02:28 +0200
commit3fa2ae26113743d437e0da34cd2d0f5ef73e1dcc (patch)
treee56b1bc81a196503d2d6d3b328a19e25e0cb61e6
parentb58b825befd7071164994c145234634c2f4bf3ad (diff)
downloadaur-3fa2ae26113743d437e0da34cd2d0f5ef73e1dcc.tar.gz
Fixed time alignment issue in alarm and timer mode.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 622d8eaf535a..fe0388a2cc43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = https://github.com/teegre/bigtime
arch = any
@@ -10,8 +10,8 @@ pkgbase = bigtime
depends = coreutils
depends = libnotify
depends = ncurses
- source = https://github.com/teegre/bigtime/archive/2.4.3.tar.gz
- sha256sums = f54746369895533ce5aba7b4b4b8bb3fb3884df2c77b486364b05c3944c67150
+ source = https://github.com/teegre/bigtime/archive/2.4.4.tar.gz
+ sha256sums = 50321314311b3af04cf588527c715692ee794c547d38df3a7c582656d46f5727
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 757fde58a71f..a722751935ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver}".tar.gz")
noextract=()
-sha256sums=(f54746369895533ce5aba7b4b4b8bb3fb3884df2c77b486364b05c3944c67150)
+sha256sums=(50321314311b3af04cf588527c715692ee794c547d38df3a7c582656d46f5727)
package() {
cd "$pkgname-${pkgver/_/-}"