summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8645e5c230a2..ce1cf1e11398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hmtimer
pkgdesc = graphical shutdown timer
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://cges30901.github.io/hmtimer-website/
arch = i686
@@ -9,8 +9,7 @@ pkgbase = hmtimer
depends = qt5-base
depends = qt5-multimedia
depends = hicolor-icon-theme
- source = https://github.com/cges30901/hmtimer/releases/download/v3.1.0/hmtimer-3.1.0-src.tar.bz2
- md5sums = 73ad0ce8011a96067b38e7c682e4889b
+ source = https://github.com/cges30901/hmtimer/releases/download/v3.2.0/hmtimer-3.2.0-src.tar.bz2
+ md5sums = f2af0ced17489e72100b80ba23f5945a
pkgname = hmtimer
-
diff --git a/PKGBUILD b/PKGBUILD
index 791d1d29b4f4..5f08d98257d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=hmtimer
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="graphical shutdown timer"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ options=()
changelog=
source=("https://github.com/cges30901/hmtimer/releases/download/v$pkgver/hmtimer-$pkgver-src.tar.bz2")
noextract=()
-md5sums=('73ad0ce8011a96067b38e7c682e4889b')
+md5sums=('f2af0ced17489e72100b80ba23f5945a')
build() {
cd "$pkgname-$pkgver"