summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsiu-Ming Chang2018-03-04 07:40:35 +0800
committerHsiu-Ming Chang2018-03-04 07:40:35 +0800
commitc00c1a33c06aba27bfc290f3173dd615221f6260 (patch)
treeea248a5a42253e10bc57512a56000b694f1d2781
parent1d214848ba81bf6189788200a776c5aa9840826b (diff)
downloadaur-c00c1a33c06aba27bfc290f3173dd615221f6260.tar.gz
Update to version 2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e764362d9eba..17e2612f5ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hmtimer
pkgdesc = graphical shutdown timer
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
- url = https://hsiumingstimer.sourceforge.io/
+ url = https://github.com/cges30901/hmtimer
install = hmtimer.install
arch = i686
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = hmtimer
depends = qt5-base
depends = qt5-multimedia
depends = hicolor-icon-theme
- source = https://sourceforge.net/projects/hsiumingstimer/files/hmtimer-2.5/hmtimer-2.5-src.tar.bz2
- md5sums = 9e5b4460d28ae9b12cb0e5a11d8c8579
+ source = https://github.com/cges30901/hmtimer/releases/download/hmtimer-2.6/hmtimer-2.6-src.tar.bz2
+ md5sums = 0d98643b1315def00a902f1d96e89df9
pkgname = hmtimer
diff --git a/PKGBUILD b/PKGBUILD
index b4baa1d6846b..0fa4598bc481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Hsiu-Ming Chang <cges30901 at gmail dot com>
pkgname=hmtimer
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc="graphical shutdown timer"
arch=('i686' 'x86_64')
-url="https://hsiumingstimer.sourceforge.io/"
+url="https://github.com/cges30901/hmtimer"
license=('GPL3')
groups=()
depends=('qt5-base' 'qt5-multimedia' 'hicolor-icon-theme')
@@ -17,9 +17,9 @@ backup=()
options=()
install="$pkgname.install"
changelog=
-source=("https://sourceforge.net/projects/hsiumingstimer/files/hmtimer-$pkgver/hmtimer-$pkgver-src.tar.bz2")
+source=("https://github.com/cges30901/hmtimer/releases/download/hmtimer-$pkgver/hmtimer-$pkgver-src.tar.bz2")
noextract=()
-md5sums=('9e5b4460d28ae9b12cb0e5a11d8c8579')
+md5sums=('0d98643b1315def00a902f1d96e89df9')
build() {
cd "$pkgname-$pkgver"