summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 970e67e01d8a..fa18c69a489b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Tue Jul 19 11:03:29 UTC 2016
pkgbase = timeslottracker
pkgdesc = Simple and useful time tracker
- pkgver = 1.3.1
+ pkgver = 1.3.23
pkgrel = 1
- url = https://sourceforge.net/projects/timeslottracker/
+ url = https://github.com/TimeSlotTracker/timeslottracker-desktop/
arch = any
license = GPL2
depends = java-environment
provides = timeslottracker
- source = http://downloads.sourceforge.net/project/timeslottracker/TimeSlotTracker/1.3.1/timeslottracker_1.3.1_all.deb
- md5sums = 154c3b0777f2b94049f2d6b9d5dc2581
+ source = https://github.com/TimeSlotTracker/timeslottracker-desktop/releases/download/v1.3.23/timeslottracker_1.3.23_all.deb
+ sha256sums = 124f853ab164060be7de5214deba419005c61ad1fee34f95a7a60f6b8addd3c1
pkgname = timeslottracker
diff --git a/PKGBUILD b/PKGBUILD
index 0cca083a1c0c..35e2300db475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
+# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
pkgname=timeslottracker
-pkgver=1.3.1
+pkgver=1.3.23
pkgrel=1
pkgdesc="Simple and useful time tracker"
arch=('any')
-url="https://sourceforge.net/projects/timeslottracker/"
+url="https://github.com/TimeSlotTracker/timeslottracker-desktop/"
license=('GPL2')
provides=("timeslottracker")
depends=("java-environment")
-source=("http://downloads.sourceforge.net/project/timeslottracker/TimeSlotTracker/${pkgver}/timeslottracker_${pkgver}_all.deb")
-md5sums=('154c3b0777f2b94049f2d6b9d5dc2581')
+source=("https://github.com/TimeSlotTracker/timeslottracker-desktop/releases/download/v1.3.23/timeslottracker_1.3.23_all.deb")
package() {
bsdtar xf data.tar.xz
@@ -21,3 +21,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
+sha256sums=('124f853ab164060be7de5214deba419005c61ad1fee34f95a7a60f6b8addd3c1')