summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteegre2020-08-19 21:03:09 +0200
committerteegre2020-08-19 21:03:09 +0200
commita6166f57a305094ba62001b55019146ee6af0474 (patch)
treec99168f489704a5e0d621eff1540494d0081bd47
parent5f6d770da51a044d82ab0bbf0c160941efd8de87 (diff)
downloadaur-a6166f57a305094ba62001b55019146ee6af0474.tar.gz
minor improvements.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 103492387811..29c9857ead04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bigtime
pkgdesc = Customizable clock for the terminal
- pkgver = 20200816_1.3.1
+ pkgver = 20200819_1.3.2
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/20200816-1.3.1.tar.gz
- sha256sums = a4485edc905881806629d20e1658c066cb58d98904985e260bff6021704ea4e4
+ source = https://github.com/teegre/bigtime/archive/20200819-1.3.2.tar.gz
+ sha256sums = 5eeeae990486fa27d41b742325e0a744c70162cd3f3dd75097b337dc146f9443
pkgname = bigtime
diff --git a/PKGBUILD b/PKGBUILD
index 1f209bcd4b85..365a20169d43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=bigtime
-pkgver=20200816_1.3.1
+pkgver=20200819_1.3.2
pkgrel=1
pkgdesc="Customizable clock for the terminal"
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/archive/"${pkgver/_/-}".tar.gz")
noextract=()
-sha256sums=(a4485edc905881806629d20e1658c066cb58d98904985e260bff6021704ea4e4)
+sha256sums=(5eeeae990486fa27d41b742325e0a744c70162cd3f3dd75097b337dc146f9443)
package() {
cd "$pkgname-${pkgver/_/-}"