summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Galindo2021-03-09 20:40:03 +0100
committerCarlos Galindo2021-03-09 20:40:03 +0100
commitfeabb3dad2dc28fce05a33e1614ff5ccbb16a562 (patch)
tree39923fbe1d89b9e63cbd5d8bef3c7cd171cca589
parent0dec0ef90817e0112a25fa9f65d3b698c487fa7c (diff)
downloadaur-feabb3dad2dc28fce05a33e1614ff5ccbb16a562.tar.gz
update to 0.1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d8d0365d9bb..3603cdaa1c13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nextcloud-app-notify_push
pkgdesc = Update notifications for nextcloud clients
- pkgver = 0.1.5
- pkgrel = 2
+ pkgver = 0.1.6
+ pkgrel = 1
url = https://github.com/nextcloud/notify_push
install = nextcloud-app-notify_push.install
arch = x86_64
@@ -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.5.tar.gz::https://github.com/nextcloud/notify_push/archive/v0.1.5.tar.gz
+ source = notify_push-0.1.6.tar.gz::https://github.com/nextcloud/notify_push/archive/v0.1.6.tar.gz
source = nextcloud-app-notify_push.service
- sha512sums = 9b489eccf1495b6f7a41085440f5caf4cbddff7720af339d52a69138cce83b866650dc2a300bdf83bc840fbefc9d70af3b2b6b615e6014725936bf0bbb41f94d
+ sha512sums = 34ba5e824bc2628718b8ab008c4dfb08875bedac19d9752f147c10815f438cd0f8fb408c1ec366519af11c3202ba43b1e6d1383ec5707b0393363f205f19d250
sha512sums = 1fe68df3a84770dfc708f1ad8fdf8077e45ea08e5312a5efbe5c4baa310bd4f926e793825c259a31398dc29dbf76ec47943d60aa386f9d64d880737be4004c16
pkgname = nextcloud-app-notify_push
diff --git a/PKGBUILD b/PKGBUILD
index 11c15c56dcfa..833db053b428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Carlos Galindo < arch -at - cgj.es >
_appname=notify_push
pkgname=nextcloud-app-notify_push
-pkgver=0.1.5
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
pkgdesc="Update notifications for nextcloud clients"
arch=("x86_64")
url="https://github.com/nextcloud/notify_push"
@@ -14,7 +14,7 @@ optdepends=('redis: use a local redis instance')
install=nextcloud-app-notify_push.install
source=("$_appname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname.service")
-sha512sums=('9b489eccf1495b6f7a41085440f5caf4cbddff7720af339d52a69138cce83b866650dc2a300bdf83bc840fbefc9d70af3b2b6b615e6014725936bf0bbb41f94d'
+sha512sums=('34ba5e824bc2628718b8ab008c4dfb08875bedac19d9752f147c10815f438cd0f8fb408c1ec366519af11c3202ba43b1e6d1383ec5707b0393363f205f19d250'
'1fe68df3a84770dfc708f1ad8fdf8077e45ea08e5312a5efbe5c4baa310bd4f926e793825c259a31398dc29dbf76ec47943d60aa386f9d64d880737be4004c16')
_target=$CARCH-unknown-linux-gnu