summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2022-03-26 00:12:03 +0100
committerdesbma2022-03-26 00:12:03 +0100
commitab7bec8023c88cd9fae652dc6cf11414c6900eb2 (patch)
tree542449970b2b6be0c3dc8c7511dacb417779a521 /PKGBUILD
parent397c1ce273158b86fef72456dfd3069a3e3e7a50 (diff)
downloadaur-ab7bec8023c88cd9fae652dc6cf11414c6900eb2.tar.gz
upgpkg: gotify-desktop 1.3.0-1
upstream release gotify-desktop 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d16192bf9b89..e25fdcc9b254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: desbma
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=gotify-desktop
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc='Small Gotify daemon to send messages as desktop notifications '
arch=('aarch64' 'x86_64')
url="https://github.com/desbma/${pkgname}"
@@ -11,7 +11,7 @@ depends=('gcc-libs'
'openssl')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/desbma/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('544430d718de0fa27b01282139d90dd4f1da6c81e6d2a5af47b079be763dd0567cf6833ed388c5e0f62aad2546cc1d78760f9c256de750e74c8e70939f170f53')
+sha512sums=('850c8045ad1ec6a6579ddb3a3742e12757cedf8f6790398fde1b84bebb271fd79a3fadb41c1d4e54a322f6ec20c80a0bf2b018ee762ae036427e588b8b6d3bf4')
build() {
cd "${pkgname}-${pkgver}"