diff options
author | Michal Zuber | 2020-05-09 15:48:18 +0200 |
---|---|---|
committer | Michal Zuber | 2020-05-09 15:48:18 +0200 |
commit | 312043e50e5c908caef7d7faa63d3eb3a8808a9a (patch) | |
tree | 52235e8500d288de26c7645d9cd01c4d29a2f5e9 | |
parent | 8d2313c7f2dcb51df93755185b539f4283161e09 (diff) | |
download | aur-desktime.tar.gz |
Update to 5.1.30
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = desktime pkgdesc = Desktime client for Linux - pkgver = 5.1.28 + pkgver = 5.1.30 pkgrel = 0 url = https://desktime.com install = desktime.install @@ -11,8 +11,8 @@ pkgbase = desktime depends = hicolor-icon-theme depends = libappindicator-gtk2 depends = libxss - source = desktime-5.1.28.deb::https://desktime.com/updates/linux/update/?x64 - md5sums = 63992b87ffec49537ad9226e857f5583 + source = desktime-5.1.30.deb::https://desktime.com/updates/linux/update/?x64 + md5sums = 4521ce6d95e24af9377109252a12334a pkgname = desktime @@ -1,5 +1,5 @@ pkgname=desktime -pkgver=5.1.28 +pkgver=5.1.30 pkgrel=0 pkgdesc="Desktime client for Linux" arch=('i686' 'x86_64') @@ -10,10 +10,10 @@ install=$pkgname.install if [[ $CARCH == 'i686' ]]; then source=("$pkgname-$pkgver.deb::https://desktime.com/updates/linux/update/?i386") - md5sums=('782411c676f9faf3f276421a8e7d3269') + md5sums=('124d4dc0bfc27dd12c1f7bdd01c842e1') else source=("$pkgname-$pkgver.deb::https://desktime.com/updates/linux/update/?x64") - md5sums=('63992b87ffec49537ad9226e857f5583') + md5sums=('4521ce6d95e24af9377109252a12334a') fi package() |