summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-09-30 13:34:58 +0200
committerteegre2020-09-30 13:34:58 +0200
commit5a54fe0bc4a6b21979e63f2494344ebc98981fd8 (patch)
treecae2c8cd7799221ee84088322a58cecb1aa57826
parent1d734c90b6ca4348212c96061744c5aa8af65c3c (diff)
downloadaur-5a54fe0bc4a6b21979e63f2494344ebc98981fd8.tar.gz
Many improvements: see changelog.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eb95aa8c1e8..8156ca67721f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.3.1
+ pkgver = 2.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.3.1.tar.gz
- sha256sums = fbad8bb084f883b2fa9b7b9987cb07f9c4c77ef52636b3a04630d7da549a12e2
+ source = https://github.com/teegre/bigtime/archive/2.4.tar.gz
+ sha256sums = 9d520dbdc874d496640bf1a7c6493f0f922b3fd1d540994b86bf2ee268a0bde3
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 8385fef1e6ae..d0116a36a7ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.3.1
+pkgver=2.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=(fbad8bb084f883b2fa9b7b9987cb07f9c4c77ef52636b3a04630d7da549a12e2)
+sha256sums=(9d520dbdc874d496640bf1a7c6493f0f922b3fd1d540994b86bf2ee268a0bde3)
package() {
cd "$pkgname-${pkgver/_/-}"