summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2018-04-16 22:43:55 +0800
committerHsiu-Ming Chang2018-04-16 22:43:55 +0800
commitf37d9706f5758622321f1f84f3661cf23dac3f2d (patch)
tree6cb6fe4380e2ce823051b0b185f1af540c94c37d
parent7c4f23806ce31610451354a63dcfb682d53154e8 (diff)
downloadaur-f37d9706f5758622321f1f84f3661cf23dac3f2d.tar.gz
Update to version 2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d03c4657bb..1f12af3e1388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmtimer
pkgdesc = graphical shutdown timer
- pkgver = 2.6
+ pkgver = 2.6.1
pkgrel = 1
url = https://cges30901.github.io/hmtimer-website/
install = hmtimer.install
@@ -10,8 +10,8 @@ pkgbase = hmtimer
depends = qt5-base
depends = qt5-multimedia
depends = hicolor-icon-theme
- source = https://github.com/cges30901/hmtimer/releases/download/hmtimer-2.6/hmtimer-2.6-src.tar.bz2
- md5sums = 0d98643b1315def00a902f1d96e89df9
+ source = https://github.com/cges30901/hmtimer/releases/download/hmtimer-2.6.1/hmtimer-2.6.1-src.tar.bz2
+ md5sums = 7874ba4319402b772bdb71e96351134e
pkgname = hmtimer
diff --git a/PKGBUILD b/PKGBUILD
index 3466cf5c06c1..822ade45cae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=hmtimer
-pkgver=2.6
+pkgver=2.6.1
pkgrel=1
pkgdesc="graphical shutdown timer"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ install="$pkgname.install"
changelog=
source=("https://github.com/cges30901/hmtimer/releases/download/hmtimer-$pkgver/hmtimer-$pkgver-src.tar.bz2")
noextract=()
-md5sums=('0d98643b1315def00a902f1d96e89df9')
+md5sums=('7874ba4319402b772bdb71e96351134e')
build() {
cd "$pkgname-$pkgver"