summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 414c777bbfef..0896d444f76f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-polls
pkgdesc = Poll app for Nextcloud
- pkgver = 5.0.4
+ pkgver = 5.0.5
pkgrel = 1
url = https://github.com/nextcloud/polls
arch = any
@@ -9,8 +9,8 @@ pkgbase = nextcloud-app-polls
makedepends = composer
makedepends = yq
makedepends = rsync
- source = polls-5.0.4.tar.gz::https://github.com/nextcloud/polls/archive/v5.0.4.tar.gz
- sha512sums = bcf5cae76d37f739a4f716fa5e5920c0d101dc67d852ae594b22f0b1dcd5923278aa5f09c5052c649fa8bd3c9db6db1c2adbcdbf7541393cdfe368d29d6ad552
+ source = polls-5.0.5.tar.gz::https://github.com/nextcloud/polls/archive/v5.0.5.tar.gz
+ sha512sums = ba1384040c7017708bf7552d0b558df39cd475a3e36497f78afe4fe7449695e24d6f99b26c8fb31d8c31f031d966d995b78552a61c3f1f33c44e1601f589b446
pkgname = nextcloud-app-polls
depends = nextcloud>=
diff --git a/PKGBUILD b/PKGBUILD
index 3e2561074fcc..e8ef44c19348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=nextcloud-app-polls
_appname=polls
-pkgver=5.0.4
+pkgver=5.0.5
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/nextcloud/polls"
license=('AGPL3')
makedepends=('npm' 'composer' 'yq' 'rsync')
source=("${_appname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('bcf5cae76d37f739a4f716fa5e5920c0d101dc67d852ae594b22f0b1dcd5923278aa5f09c5052c649fa8bd3c9db6db1c2adbcdbf7541393cdfe368d29d6ad552')
+sha512sums=('ba1384040c7017708bf7552d0b558df39cd475a3e36497f78afe4fe7449695e24d6f99b26c8fb31d8c31f031d966d995b78552a61c3f1f33c44e1601f589b446')
build() {
cd "${srcdir}/polls-${pkgver}"