summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3a59ddae665..932b3f793c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.4.9.1
+ pkgver = 2.4.9.2
pkgrel = 1
url = https://github.com/teegre/bigtime
arch = any
@@ -10,7 +10,7 @@ pkgbase = bigtime
depends = libpulse
depends = libnotify
depends = ncurses
- source = https://github.com/teegre/bigtime/archive/2.4.9.1.tar.gz
- sha256sums = 274d567e717ae522cadd3dbd31c0253e08b28ab8337c3ea515454740d6b18a05
+ source = https://github.com/teegre/bigtime/archive/2.4.9.2.tar.gz
+ sha256sums = 1a56efde9c60a902af0fed4a9322ec1d89b7c79621bd4bc2ab1aad368fb0250e
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index b6d8da6da4de..f67f7d042a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.4.9.1
+pkgver=2.4.9.2
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver}".tar.gz")
noextract=()
-sha256sums=(274d567e717ae522cadd3dbd31c0253e08b28ab8337c3ea515454740d6b18a05)
+sha256sums=(1a56efde9c60a902af0fed4a9322ec1d89b7c79621bd4bc2ab1aad368fb0250e)
package() {
cd "$pkgname-${pkgver/_/-}"