summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-09-10 08:20:45 +0200
committerteegre2020-09-10 08:20:45 +0200
commit321859b5974bbd232d647a9aa941a7a0595a3788 (patch)
tree551385499414bcc4bf56d3c58367cd40e03cb852
parentc2385afb8b0bcbc0328a71f567e0a428a7247f3d (diff)
downloadaur-321859b5974bbd232d647a9aa941a7a0595a3788.tar.gz
Fixed misaligned AM/PM indicator (vertical layout).
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be895c7fdd2..5962cfdb61ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 20200909_2.0
+ pkgver = 20200910_2.0.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/20200909-2.0.tar.gz
- sha256sums = 9e3b43000bf0fcb9e1709fa7d5fc030da03e0363506c146b4fa8cc4d471af6e8
+ source = https://github.com/teegre/bigtime/archive/20200910-2.0.1.tar.gz
+ sha256sums = 7d57e956d0989c1c21767e7c0ac3aca75a94ae65f67bcc9ae679df72455e1b92
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index f6162191f8bc..5a3920aa845d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=20200909_2.0
+pkgver=20200910_2.0.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=(9e3b43000bf0fcb9e1709fa7d5fc030da03e0363506c146b4fa8cc4d471af6e8)
+sha256sums=(7d57e956d0989c1c21767e7c0ac3aca75a94ae65f67bcc9ae679df72455e1b92)
package() {
cd "$pkgname-${pkgver/_/-}"