summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2021-11-13 20:32:29 +0100
committerCarlos Galindo2021-11-13 20:32:29 +0100
commitb2c02a2e9e7d8537999f8e788c9cd9e69f3d2e35 (patch)
tree6bba16c7a5585ba13c079ca9cc7e300d111f3c8d /PKGBUILD
parentbae598e60285e8927433032d899708e8d31c4839 (diff)
downloadaur-nextcloud-app-notify_push.tar.gz
update to 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b51955f4eb80..fa9f17706f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Carlos Galindo < arch -at - cgj.es >
_appname=notify_push
pkgname=nextcloud-app-notify_push
-pkgver=0.2.4
+pkgver=0.3.0
pkgrel=1
pkgdesc="Update notifications for nextcloud clients"
arch=("x86_64")
url="https://github.com/nextcloud/notify_push"
license=('AGPL3')
-depends=('nextcloud>=21')
+depends=('nextcloud>=20.0.13' 'nextcloud<24')
makedepends=('rust')
checkdepends=()
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=('3faa2f5a95201824a4fb3653988ff96e180ad840b4545cdef55114c16118d510e0b7fbe396a38d6962db520fe9362380e9eac1e17df89f7ab3eda4d9deb3222b'
+sha512sums=('3bfa1a292222e85f0d361dfdf0958aa57ab3469fe7ebe7eb6b4de850cea6ecc8b477a41f0c1268b6e974ec52299081d2129965b1adbbc7e3f390ff49b499f091'
'1fe68df3a84770dfc708f1ad8fdf8077e45ea08e5312a5efbe5c4baa310bd4f926e793825c259a31398dc29dbf76ec47943d60aa386f9d64d880737be4004c16')
prepare() {