summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2022-10-01 22:51:38 +0200
committerCarlos Galindo2022-10-01 22:51:38 +0200
commit26099a1f97cad839f88d66b348fc4af3c1af61db (patch)
tree61a4313a8367c8708bc1819008b434123d8fce6b /PKGBUILD
parent11b760f849ae6728b63eeb6af0f5f53ccfb947d9 (diff)
downloadaur-26099a1f97cad839f88d66b348fc4af3c1af61db.tar.gz
update to 3.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40461da908a2..4e96206574bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-polls
-pkgver=3.8.1
+_appname=polls
+pkgver=3.8.2
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
@@ -11,8 +12,7 @@ url="https://github.com/nextcloud/polls"
license=('AGPL3')
makedepends=('npm' 'composer' 'yq')
source=("${_appname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('4bbe28bcaddae1a11233267980d336957223e039462196ac25d9f9945101678320b968c55f96a49d38755423fac283025f4529917ffa6fe2f74cb559531e2588')
-_appname=polls
+sha512sums=('da6d9d3e023235b560b2d57d00da24a7b30aff5cbd869831821228ff9a9676e5d908f0ca07e4bbb662dfab2c7b6860dc9f7523945d9d3e03b9b0ee1627e86e5a')
build() {
cd "${srcdir}/polls-${pkgver}"