summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Galindo2024-03-28 00:06:56 +0100
committerCarlos Galindo2024-03-28 00:06:56 +0100
commitc30551ef9bfb8821ede4b2bd626815fb8c24d390 (patch)
treeb0f7f3396ce7966fad15bb75fffb18430f2a5e26
parent855b41d24ac1c810a5dd18abda44354b83b823b7 (diff)
downloadaur-c30551ef9bfb8821ede4b2bd626815fb8c24d390.tar.gz
update to 7.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bab041db87a..ce9d944e3494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nextcloud-app-polls
pkgdesc = Poll app for Nextcloud
- pkgver = 6.1.6
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/nextcloud/polls
arch = any
groups = nextcloud-apps
- license = AGPL3
+ license = AGPL-3.0-or-later
makedepends = npm
makedepends = composer
makedepends = yq
makedepends = rsync
- source = polls-6.1.6.tar.gz::https://github.com/nextcloud/polls/archive/v6.1.6.tar.gz
- sha512sums = 9671114c7bc82ea605cbe568b0a7691f30c05db6c0efb4237372d367df5caf4c4536f6c73f79779be0e02692361e6d72b007474be1ff498c75e6d3e0b79d5d70
+ source = polls-7.0.0.tar.gz::https://github.com/nextcloud/polls/archive/v7.0.0.tar.gz
+ sha512sums = c701356ea04a27e22d15059e744942c228bd68d2617f5f5ba8f13837fd6a05d0357d7ab379265232c8e3b9cbf34eaa907c903b2f052fd3835f0629946b4005ca
pkgname = nextcloud-app-polls
depends = nextcloud>=
diff --git a/PKGBUILD b/PKGBUILD
index 76ae1973904c..4fd60e3d78df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=nextcloud-app-polls
_appname=polls
-pkgver=6.1.6
+pkgver=7.0.0
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
url="https://github.com/nextcloud/polls"
-license=('AGPL3')
+license=('AGPL-3.0-or-later')
makedepends=('npm' 'composer' 'yq' 'rsync')
groups=('nextcloud-apps')
source=("${_appname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('9671114c7bc82ea605cbe568b0a7691f30c05db6c0efb4237372d367df5caf4c4536f6c73f79779be0e02692361e6d72b007474be1ff498c75e6d3e0b79d5d70')
+sha512sums=('c701356ea04a27e22d15059e744942c228bd68d2617f5f5ba8f13837fd6a05d0357d7ab379265232c8e3b9cbf34eaa907c903b2f052fd3835f0629946b4005ca')
build() {
cd "${srcdir}/polls-${pkgver}"