summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryakimka2020-02-10 22:20:49 +0200
committeryakimka2020-02-10 22:20:49 +0200
commit9ab2e33d12db3c66e939fd0d76741feada14c6cd (patch)
treefba07de559278d27de80efd24f0e2efc01336e41
parentbfdfc737c67653cef1ebd3ab5e996b823bb17872 (diff)
downloadaur-9ab2e33d12db3c66e939fd0d76741feada14c6cd.tar.gz
New version 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36e6a79a1670..f52d1c1f01f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytomato
pkgdesc = Easy to use, flexible PyQt5 Pomodoro Technique timer
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/yakimka/CherryTomato
arch = any
@@ -8,8 +8,8 @@ pkgbase = cherrytomato
makedepends = python-setuptools
depends = python-pyqt5
depends = python-qroundprogressbar
- source = https://github.com/yakimka/CherryTomato/archive/0.4.0.tar.gz
- sha512sums = fe042c4fcf0fbb3f5fc3885818d8f42199d323cb7d4cc7f05d3427bc470abbde60c86d83c2bb2b26bc506e88ebd0b9b6629e4ca13a482c1f0cb5af1048c24a52
+ source = https://github.com/yakimka/CherryTomato/archive/0.4.1.tar.gz
+ sha512sums = b03cfc1e92e17199f9d086c9b7faba0bd60a67c7b89fe557485bea13eb24f004f57f2af7bd55e68ae1bc143dbc078537b2b86cf8d1b283d7dd722a36549b1a58
pkgname = cherrytomato
diff --git a/PKGBUILD b/PKGBUILD
index 727379ce17ce..6e3f91029692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: yakimka <ss.yakim at gmail dot com>
pkgname=cherrytomato
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="Easy to use, flexible PyQt5 Pomodoro Technique timer"
arch=(any)
@@ -9,7 +9,7 @@ license=('GPL')
depends=('python-pyqt5' 'python-qroundprogressbar')
makedepends=('python-setuptools')
source=("https://github.com/yakimka/CherryTomato/archive/$pkgver.tar.gz")
-sha512sums=('fe042c4fcf0fbb3f5fc3885818d8f42199d323cb7d4cc7f05d3427bc470abbde60c86d83c2bb2b26bc506e88ebd0b9b6629e4ca13a482c1f0cb5af1048c24a52')
+sha512sums=('b03cfc1e92e17199f9d086c9b7faba0bd60a67c7b89fe557485bea13eb24f004f57f2af7bd55e68ae1bc143dbc078537b2b86cf8d1b283d7dd722a36549b1a58')
package() {
cd "$srcdir/CherryTomato-$pkgver"