summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-03-18 09:14:29 -0400
committerAndrew O'Neill2022-03-18 09:14:29 -0400
commit2381ede2996d39b2341fab88c9bdd5d83a06c4c5 (patch)
tree75c8caa1554a88116fe7fa401334b912e6ba5509
parent0aa448de44b9855a39acfce762c4f0d330df33d4 (diff)
downloadaur-2381ede2996d39b2341fab88c9bdd5d83a06c4c5.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bad44ca7096..b866b07b87d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = klog
pkgdesc = A multiplatform free hamradio logger
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://www.klog.xyz
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = klog
depends = qt5-location
depends = qt5-serialport
depends = hamlib
- source = klog-2.0.tar.gz::https://github.com/ea4k/klog/archive/refs/tags/2.0.tar.gz
- sha256sums = e6536f4a7ef3febf142b795e7727dc819bb07ea56bcef17aee604032467ab8d4
+ source = klog-2.1.tar.gz::https://github.com/ea4k/klog/archive/refs/tags/2.1.tar.gz
+ sha256sums = 7cc54b7e75d6009d04727382217ff68467d49f9eff87747013809b575a7fdaa5
pkgname = klog
diff --git a/PKGBUILD b/PKGBUILD
index 25753b34fb63..a041e3d749bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=klog
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc='A multiplatform free hamradio logger'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
makedepends=('qt5-tools' 'gendesk')
depends=('qt5-base' 'qt5-charts' 'qt5-declarative' 'qt5-location' 'qt5-serialport' 'hamlib')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ea4k/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('e6536f4a7ef3febf142b795e7727dc819bb07ea56bcef17aee604032467ab8d4')
+sha256sums=('7cc54b7e75d6009d04727382217ff68467d49f9eff87747013809b575a7fdaa5')
prepare() {
cd "${pkgname}-${pkgver}"