summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2021-12-13 23:00:04 +0100
committerCarlos Galindo2021-12-13 23:00:04 +0100
commitc957b3af18fb4dd9ab651ba0af856c4fe92350ab (patch)
treed09cd4b358b9cf2b1ce63c157de6c93367ecd1c4 /PKGBUILD
parentc325e8d3b2a25633f923dc09e0d0cadbda1c51cd (diff)
downloadaur-c957b3af18fb4dd9ab651ba0af856c4fe92350ab.tar.gz
update to 3.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3eb967a241b2..f9a47922d103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-polls
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ license=('AGPL3')
depends=('nextcloud>=21.0.0' 'nextcloud<24.0.0')
makedepends=('npm' 'composer')
source=("polls-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('f5dbdfe02e1ed40ff15ce1f14e0aa956d7c42422b7667c482722851237ff58a0b5c77489d408b64c472157b6060069ef577b2222ed849019efb7aff135de26f6')
+sha512sums=('a10d9c24191b24add6afea607efe846608e0db8c9fb3d94320c6fd0c315847b901d5c689bccbd1fd42274cffe0efa6ce7759e2502c63e193fdf3392c138e12bb')
build() {
cd "${srcdir}/polls-${pkgver}"