summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStéphane MEYER2022-06-16 22:48:45 +0200
committerStéphane MEYER2022-06-16 22:48:45 +0200
commit77566eeab21c3d1ffa0dbbd4eb00a6ea8ef2f0d6 (patch)
tree989c1a00206cd040d3f41f14dab9ac3d909c4770 /PKGBUILD
parent76d1c74d148262f0c4815c20d06ca20ccf4e3698 (diff)
downloadaur-77566eeab21c3d1ffa0dbbd4eb00a6ea8ef2f0d6.tar.gz
bugfix: decimal separator
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1bb73148372..42735eb1f664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.4.8
+pkgver=2.4.9
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver}".tar.gz")
noextract=()
-sha256sums=(30f1d37b072ae97b303ca15cca8ec501ddd6a3921509a3b217854f0b89d69f6b)
+sha256sums=(15d64481341e8e9eb851f91e1f4d9de89d5d8b7f225ba065323ca6ee0aa75e5f)
package() {
cd "$pkgname-${pkgver/_/-}"