summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-09-24 10:05:23 +0200
committerteegre2020-09-24 10:05:23 +0200
commit1d734c90b6ca4348212c96061744c5aa8af65c3c (patch)
tree5587431145153f8692deb89d8f915cc317b263f3
parent38b6944d06b078f461ecce69c5ed5226167c3737 (diff)
downloadaur-1d734c90b6ca4348212c96061744c5aa8af65c3c.tar.gz
Added more info to --preview option.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ec69afcd99..2eb95aa8c1e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.3
+ pkgver = 2.3.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.3.tar.gz
- sha256sums = 93d7ac9f18f68b446327ba778c82305b834afb4bc6a9e3a00f440094d374ab9c
+ source = https://github.com/teegre/bigtime/archive/2.3.1.tar.gz
+ sha256sums = fbad8bb084f883b2fa9b7b9987cb07f9c4c77ef52636b3a04630d7da549a12e2
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index fe0863d33027..8385fef1e6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.3
+pkgver=2.3.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=(93d7ac9f18f68b446327ba778c82305b834afb4bc6a9e3a00f440094d374ab9c)
+sha256sums=(fbad8bb084f883b2fa9b7b9987cb07f9c4c77ef52636b3a04630d7da549a12e2)
package() {
cd "$pkgname-${pkgver/_/-}"