summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryakimka2022-02-02 02:15:05 +0200
committeryakimka2022-02-02 02:15:05 +0200
commitdc0a7581704f3c832c746c6551ca1b7a160d2863 (patch)
treeac2981858bb2ffc50b3d3717383f03474d31264e
parent8d70ce8d21ef4c1daec2065dd2295d8a4e490b41 (diff)
downloadaur-cherrytomato.tar.gz
Version 1.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e2bfd6ca1a..23b67670dc36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytomato
pkgdesc = Easy to use, flexible PyQt5 Pomodoro Technique timer
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/yakimka/CherryTomato
arch = any
@@ -9,8 +9,7 @@ pkgbase = cherrytomato
depends = python-pyqt5
depends = python-qroundprogressbar
depends = qt5-multimedia
- source = https://github.com/yakimka/CherryTomato/archive/1.0.0.tar.gz
- sha512sums = e8a3b068958dc2dda5774a02ccc4a5acc6923fc0e076a36b7a92787533520b28102a7912b8161f2060a42fbf869bbb079af5c0b44c4dc95b3d8e0f8944f7f012
+ source = https://github.com/yakimka/CherryTomato/archive/1.1.0.tar.gz
+ sha512sums = 9021c329c69635e3ec6990f54451077a3c8982f984ffb00a12ab6e6070f38b5ce76145e73397ba00016fd10ed546272e41773bbc1eadea71187dfa8d456de67e
pkgname = cherrytomato
-
diff --git a/PKGBUILD b/PKGBUILD
index 82b6a122b40d..e45919670fd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: yakimka <ss.yakim at gmail dot com>
pkgname=cherrytomato
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Easy to use, flexible PyQt5 Pomodoro Technique timer"
arch=(any)
@@ -9,7 +9,7 @@ license=('GPL')
depends=('python-pyqt5' 'python-qroundprogressbar' 'qt5-multimedia')
makedepends=('python-setuptools')
source=("https://github.com/yakimka/CherryTomato/archive/$pkgver.tar.gz")
-sha512sums=('e8a3b068958dc2dda5774a02ccc4a5acc6923fc0e076a36b7a92787533520b28102a7912b8161f2060a42fbf869bbb079af5c0b44c4dc95b3d8e0f8944f7f012')
+sha512sums=('9021c329c69635e3ec6990f54451077a3c8982f984ffb00a12ab6e6070f38b5ce76145e73397ba00016fd10ed546272e41773bbc1eadea71187dfa8d456de67e')
package() {
cd "$srcdir/CherryTomato-$pkgver"