summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorteegre2020-10-21 23:02:28 +0200
committerteegre2020-10-21 23:02:28 +0200
commit3fa2ae26113743d437e0da34cd2d0f5ef73e1dcc (patch)
treee56b1bc81a196503d2d6d3b328a19e25e0cb61e6 /PKGBUILD
parentb58b825befd7071164994c145234634c2f4bf3ad (diff)
downloadaur-3fa2ae26113743d437e0da34cd2d0f5ef73e1dcc.tar.gz
Fixed time alignment issue in alarm and timer mode.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/_/-}"