summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2022-02-14 10:47:09 +0100
committerCarlos Galindo2022-02-14 10:47:09 +0100
commitd24dfc48e5c2d72ed39e6522397a4f8913eb0e7c (patch)
tree6ba11b3dafc0062edbce32a6968040a34adbe66a /PKGBUILD
parentc957b3af18fb4dd9ab651ba0af856c4fe92350ab (diff)
downloadaur-d24dfc48e5c2d72ed39e6522397a4f8913eb0e7c.tar.gz
update to 3.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9a47922d103..084d52b66bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-polls
-pkgver=3.4.2
+pkgver=3.5.2
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
url="https://github.com/nextcloud/polls"
license=('AGPL3')
-depends=('nextcloud>=21.0.0' 'nextcloud<24.0.0')
+depends=('nextcloud>=21' 'nextcloud<25')
makedepends=('npm' 'composer')
source=("polls-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('a10d9c24191b24add6afea607efe846608e0db8c9fb3d94320c6fd0c315847b901d5c689bccbd1fd42274cffe0efa6ce7759e2502c63e193fdf3392c138e12bb')
+sha512sums=('22df35fe0760d3a7307b52a1d6a9e789d2bdf7bbecfe0d075fc5ad4090e575c688ed736d531e19590ffc9264a26c60751de5686b020fc52b7063a445a602f4cc')
build() {
cd "${srcdir}/polls-${pkgver}"