updated to version 0.9.1

This commit is contained in:
jorge-barroso 2022-08-13 20:14:02 +01:00
parent 0fb4f44f0f
commit 6cda3f6aaf
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = harvest-timer-qt
pkgdesc = Desktop app for Harvest, a simple time tracker and reporting tool for companies
pkgver = 0.9.0
pkgver = 0.9.1
pkgrel = 1
url = https://github.com/jorge-barroso/harvesttimer-qt
arch = x86_64
@ -9,7 +9,7 @@ pkgbase = harvest-timer-qt
depends = qt6-base
provides = harvest-timer
conflicts = harvest-timer
source = https://github.com/jorge-barroso/harvesttimer-qt/archive/refs/tags/v0.9.0.tar.gz
sha256sums = a2db9fa80387d90ea08437f4885c6f94c18ac636192fa28fdb6bb1f92664fdae
source = https://github.com/jorge-barroso/harvesttimer-qt/archive/refs/tags/v0.9.1.tar.gz
sha256sums = 2dc2627cf317bd43da10192e0b66b522eceb4e3bba12039b172180cd47212a56
pkgname = harvest-timer-qt

View File

@ -2,7 +2,7 @@
_pkgname=harvesttimer-qt
_appname=harvest
pkgname=harvest-timer-qt
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
pkgdesc='Desktop app for Harvest, a simple time tracker and reporting tool for companies'
arch=('x86_64')
@ -17,7 +17,7 @@ source=(
"https://github.com/jorge-barroso/${_pkgname}/archive/refs/tags/${apptag}.tar.gz"
)
srcdir_name="${_pkgname}-${pkgver}"
sha256sums=('a2db9fa80387d90ea08437f4885c6f94c18ac636192fa28fdb6bb1f92664fdae')
sha256sums=('2dc2627cf317bd43da10192e0b66b522eceb4e3bba12039b172180cd47212a56')
build() {
cd "${srcdir}"