summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5569a8f8d8c2..55cdc9e27b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = harvest-timer-qt
pkgdesc = Desktop app for Harvest, a simple time tracker and reporting tool for companies
pkgver = 1.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jorge-barroso/harvesttimer-qt
+ install = harvest-timer-qt.install
arch = x86_64
- license = GPL
+ license = GPL3
makedepends = cmake
makedepends = qt6-tools
depends = qt6-base
diff --git a/PKGBUILD b/PKGBUILD
index 7e856fb519f5..0676acb9c83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=harvesttimer-qt
_appname=harvest
pkgname=harvest-timer-qt
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Desktop app for Harvest, a simple time tracker and reporting tool for companies'
arch=('x86_64')
url='https://github.com/jorge-barroso/harvesttimer-qt'