summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-09-30 17:12:16 +0200
committerteegre2020-09-30 17:12:16 +0200
commit36a5913d947444553be82f5662ab8730ce3a9627 (patch)
tree22a67b13fbeaff015a1c0af0323546b18c9bec23
parent5a54fe0bc4a6b21979e63f2494344ebc98981fd8 (diff)
downloadaur-36a5913d947444553be82f5662ab8730ce3a9627.tar.gz
Fixed an annoying bug.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8156ca67721f..3ffd4b961a97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.4
+ pkgver = 2.4.1
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.tar.gz
- sha256sums = 9d520dbdc874d496640bf1a7c6493f0f922b3fd1d540994b86bf2ee268a0bde3
+ source = https://github.com/teegre/bigtime/archive/2.4.1.tar.gz
+ sha256sums = bfae4ec1e631d8b76d16b34f1b5aed5ee49c9b22a591168a15568e1e9c2c1a2a
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index d0116a36a7ca..aafdd1739899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.4
+pkgver=2.4.1
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver}".tar.gz")
noextract=()
-sha256sums=(9d520dbdc874d496640bf1a7c6493f0f922b3fd1d540994b86bf2ee268a0bde3)
+sha256sums=(bfae4ec1e631d8b76d16b34f1b5aed5ee49c9b22a591168a15568e1e9c2c1a2a)
package() {
cd "$pkgname-${pkgver/_/-}"