summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2022-03-26 00:20:19 +0100
committerdesbma2022-03-26 00:20:19 +0100
commitafd56660e90956ff24476da253e1ad08d4320ada (patch)
tree1214bbef119434dae87cbe27c7ecffa085853c40
parentab7bec8023c88cd9fae652dc6cf11414c6900eb2 (diff)
downloadaur-afd56660e90956ff24476da253e1ad08d4320ada.tar.gz
upgpkg: gotify-desktop 1.3.1-1
upstream release gotify-desktop 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 178b40c42a45..537b11a6ea12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotify-desktop
pkgdesc = Small Gotify daemon to send messages as desktop notifications
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/desbma/gotify-desktop
arch = aarch64
@@ -9,7 +9,7 @@ pkgbase = gotify-desktop
makedepends = rust
depends = gcc-libs
depends = openssl
- source = gotify-desktop-1.3.0.tar.gz::https://github.com/desbma/gotify-desktop/archive/1.3.0.tar.gz
- sha512sums = 850c8045ad1ec6a6579ddb3a3742e12757cedf8f6790398fde1b84bebb271fd79a3fadb41c1d4e54a322f6ec20c80a0bf2b018ee762ae036427e588b8b6d3bf4
+ source = gotify-desktop-1.3.1.tar.gz::https://github.com/desbma/gotify-desktop/archive/1.3.1.tar.gz
+ sha512sums = 39da17f929bb17c9f4399926e3653cc661fbaee2bdb3b9b4b7f28be2fd8d88a35cf3a06973eb2e8820b01ea8abc2a9a964393ca037a77ec84a51fe6cbab38655
pkgname = gotify-desktop
diff --git a/PKGBUILD b/PKGBUILD
index e25fdcc9b254..615d789da319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: desbma
# shellcheck disable=SC2034,SC2148,SC2154,SC2164
pkgname=gotify-desktop
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Small Gotify daemon to send messages as desktop notifications '
arch=('aarch64' 'x86_64')
@@ -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=('850c8045ad1ec6a6579ddb3a3742e12757cedf8f6790398fde1b84bebb271fd79a3fadb41c1d4e54a322f6ec20c80a0bf2b018ee762ae036427e588b8b6d3bf4')
+sha512sums=('39da17f929bb17c9f4399926e3653cc661fbaee2bdb3b9b4b7f28be2fd8d88a35cf3a06973eb2e8820b01ea8abc2a9a964393ca037a77ec84a51fe6cbab38655')
build() {
cd "${pkgname}-${pkgver}"