summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-09-21 21:18:29 +0200
committerteegre2020-09-21 21:18:29 +0200
commit38b6944d06b078f461ecce69c5ed5226167c3737 (patch)
tree5a54687e903175b87c9110f24e129f84f07470eb
parentabea7458e6201df5eb6471fba5a603a958b7187b (diff)
downloadaur-38b6944d06b078f461ecce69c5ed5226167c3737.tar.gz
Added digits file parameters+new digits files.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e375ca9532d8..a8ec69afcd99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.2
+ pkgver = 2.3
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.2.tar.gz
- sha256sums = 1fc7b5fe0788ac245b7fcd424df95549efb34995b5b3a5c69c975c76f4f4d92b
+ source = https://github.com/teegre/bigtime/archive/2.3.tar.gz
+ sha256sums = 93d7ac9f18f68b446327ba778c82305b834afb4bc6a9e3a00f440094d374ab9c
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 7e822b3cd124..fe0863d33027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver}".tar.gz")
noextract=()
-sha256sums=(1fc7b5fe0788ac245b7fcd424df95549efb34995b5b3a5c69c975c76f4f4d92b)
+sha256sums=(93d7ac9f18f68b446327ba778c82305b834afb4bc6a9e3a00f440094d374ab9c)
package() {
cd "$pkgname-${pkgver/_/-}"