summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-09-18 01:53:29 +0200
committerteegre2020-09-18 01:53:29 +0200
commitbfcad4d72a366cc774ce4f543f0b9ad1f8a874fc (patch)
tree5d8728446b7fbf7546ae8263fde96106d76e46ac
parentb3cef350a8999c26c0a75b87e33c6fc6b5bed05b (diff)
downloadaur-bfcad4d72a366cc774ce4f543f0b9ad1f8a874fc.tar.gz
Added new digits file.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a217d7bd3d1..3b35fa6b1816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 2.1
+ pkgver = 2.1.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.1.tar.gz
- sha256sums = 86dd2ffe17b0787d2c4aeb2a10d45c0bc0a612d4922afa7bf3b2cfd030fddbf9
+ source = https://github.com/teegre/bigtime/archive/2.1.1.tar.gz
+ sha256sums = 357102c49139f2a7322ffc2007b8c0399621f7d56a2199721c824624856275b5
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 4bf43c403a16..3c8218481b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=2.1
+pkgver=2.1.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=(86dd2ffe17b0787d2c4aeb2a10d45c0bc0a612d4922afa7bf3b2cfd030fddbf9)
+sha256sums=(357102c49139f2a7322ffc2007b8c0399621f7d56a2199721c824624856275b5)
package() {
cd "$pkgname-${pkgver/_/-}"