summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2024-02-19 13:00:03 +0100
committerCarlos Galindo2024-02-19 13:00:03 +0100
commit35954b95a1f7b2ae17e45e85267c19f5fa050d13 (patch)
tree7f7fe51801698d485f52da2394fc3d083e047630 /PKGBUILD
parentb917214ca444430da597d492f44d1c6828eee2c1 (diff)
downloadaur-35954b95a1f7b2ae17e45e85267c19f5fa050d13.tar.gz
update to 6.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7302210340f0..71ae84b95983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
pkgname=nextcloud-app-polls
_appname=polls
-pkgver=6.0.1
+pkgver=6.1.1
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
url="https://github.com/nextcloud/polls"
license=('AGPL3')
makedepends=('npm' 'composer' 'yq' 'rsync')
+groups=('nextcloud-apps')
source=("${_appname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('523da6779303255cc399c6b8b5a2f4c330bae410e9bb3e088702f14e9f3ea1763513fae30bbd24e2709e5e177a1bf011f78254d97835b34bd2e730f4ba8ba15d')
+sha512sums=('f9bd83c54676adfc1fb3cb7a74f71dfdab6b6b1f9fe77b08d5c26d6c50ea28e397573d498458002e2bbb8883c7fdda0e4bf63eab12c9bfae2b46f2c646860c83')
build() {
cd "${srcdir}/polls-${pkgver}"