summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpsic4t2022-04-29 23:03:32 +0200
committerpsic4t2022-04-29 23:03:32 +0200
commitef4e7f42329132054b258df211410c6436ee7260 (patch)
treeb07379a4699e8afcd2dbbbc0d1d1b28394f9149f /PKGBUILD
parent8235b676853869ef6619d42e732410dff2830e55 (diff)
downloadaur-ef4e7f42329132054b258df211410c6436ee7260.tar.gz
bugfix for faulty deletion behaviour
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85cd3fc8ff3d..50edc5921c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Debus <psic4t at data dot haus>
pkgname=qcal
-pkgver=0.8.5
+pkgver=0.8.6
pkgrel=1
pkgdesc='Console-based quick calendar for CalDAV'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://git.sr.ht/~psic4t/qcal'
license=('GPL')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~psic4t/qcal/archive/${pkgver}.tar.gz")
-sha512sums=('7c2b2e19f3040e09ff603aeca335b7b3409b54f0f7e158c267757201e3ed87fe2e7bedad3b10a5923ce2b731fce058c2ce918f95e5fdd15ab6166330dd73ed92')
+sha512sums=('37b0735392e270b6c25ea5ca3387946cd8c851e3e90b3dad42ca63369a54e1a7dfbfd99dd69e1a161ac1dde6f768bafc1bb1289c5f51479f3a5e7be41af8b383')
build() {
cd ${pkgname}-${pkgver}