summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Galindo2021-04-13 17:49:47 +0200
committerCarlos Galindo2021-04-13 17:49:47 +0200
commit9483b2ed7143cdb1230c0f549657da71ce1e5dbf (patch)
treea94ddb7128d60c95b2932e89b090ac0c8cb12764
parentfeabb3dad2dc28fce05a33e1614ff5ccbb16a562 (diff)
downloadaur-9483b2ed7143cdb1230c0f549657da71ce1e5dbf.tar.gz
update to 0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3603cdaa1c13..cd19bb9955af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-notify_push
pkgdesc = Update notifications for nextcloud clients
- pkgver = 0.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/nextcloud/notify_push
install = nextcloud-app-notify_push.install
@@ -9,9 +9,9 @@ pkgbase = nextcloud-app-notify_push
makedepends = rust
depends = nextcloud>=21
optdepends = redis: use a local redis instance
- source = notify_push-0.1.6.tar.gz::https://github.com/nextcloud/notify_push/archive/v0.1.6.tar.gz
+ source = notify_push-0.1.7.tar.gz::https://github.com/nextcloud/notify_push/archive/v0.1.7.tar.gz
source = nextcloud-app-notify_push.service
- sha512sums = 34ba5e824bc2628718b8ab008c4dfb08875bedac19d9752f147c10815f438cd0f8fb408c1ec366519af11c3202ba43b1e6d1383ec5707b0393363f205f19d250
+ sha512sums = f0aa285db50e054ebd76bd90d9dc0f3f1e8e4455e253c87e8698479dac9fd2b68751861da02eaa6ff207b89e5dfd3ecfa1b6d00fe8a8a2ad9445a4540a5a9ee7
sha512sums = 1fe68df3a84770dfc708f1ad8fdf8077e45ea08e5312a5efbe5c4baa310bd4f926e793825c259a31398dc29dbf76ec47943d60aa386f9d64d880737be4004c16
pkgname = nextcloud-app-notify_push
diff --git a/PKGBUILD b/PKGBUILD
index 833db053b428..c8d9a655e156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Galindo < arch -at - cgj.es >
_appname=notify_push
pkgname=nextcloud-app-notify_push
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc="Update notifications for nextcloud clients"
arch=("x86_64")
@@ -46,3 +46,5 @@ package() {
install -m 755 -Dt "$_appdir/bin/$CARCH/" target/release/notify_push
install -m 644 -Dt "$pkgdir/usr/lib/systemd/system/" "$srcdir/$pkgname.service"
}
+sha512sums=('f0aa285db50e054ebd76bd90d9dc0f3f1e8e4455e253c87e8698479dac9fd2b68751861da02eaa6ff207b89e5dfd3ecfa1b6d00fe8a8a2ad9445a4540a5a9ee7'
+ '1fe68df3a84770dfc708f1ad8fdf8077e45ea08e5312a5efbe5c4baa310bd4f926e793825c259a31398dc29dbf76ec47943d60aa386f9d64d880737be4004c16')