summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-08-01 16:52:34 +0200
committerteegre2020-08-01 16:52:34 +0200
commitcf9abd03680c5cd5f13566ec73ee1fc74e1ac679 (patch)
treef971530ee3194400dd21401c1b550bc4b35cae2c
parent106c83a580026922cd6256752d5538b4eb221a9b (diff)
downloadaur-cf9abd03680c5cd5f13566ec73ee1fc74e1ac679.tar.gz
bug fixed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5a8eb555d8..4de12331c67e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 20200801_1.2.4
+ pkgver = 20200801_1.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/20200801-1.2.4.tar.gz
- sha256sums = 6cf587ca109c02db9ab26550c5d6f237cde3783b302b11f41a948291a077159f
+ source = https://github.com/teegre/bigtime/archive/20200801-1.2.4.1.tar.gz
+ sha256sums = 4e8d01881590abe7cd13213d83f4c487179b164ad9e9660a594244c258e17934
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 2fc30ba5e57d..384661f83797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=20200801_1.2.4
+pkgver=20200801_1.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=(6cf587ca109c02db9ab26550c5d6f237cde3783b302b11f41a948291a077159f)
+sha256sums=(4e8d01881590abe7cd13213d83f4c487179b164ad9e9660a594244c258e17934)
package() {
cd "$pkgname-${pkgver/_/-}"