summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Galindo2022-04-27 19:03:26 +0200
committerCarlos Galindo2022-04-27 19:03:26 +0200
commita70d1157daa07339543ff3bb5abde0d21b67f28c (patch)
treea42c60321b6727e9b2cb76e3940da2101bbbebdf /PKGBUILD
parente210559b9f24f5ab02d70d980293822b94459015 (diff)
downloadaur-a70d1157daa07339543ff3bb5abde0d21b67f28c.tar.gz
update to 3.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bb29310f068..3cddc07a148c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-polls
-pkgver=3.5.4
+pkgver=3.6.1
pkgrel=1
pkgdesc="Poll app for Nextcloud"
arch=('any')
@@ -12,7 +12,7 @@ license=('AGPL3')
depends=('nextcloud>=21' 'nextcloud<25')
makedepends=('npm' 'composer')
source=("polls-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('634aebec4fd4f709ebc3bd85bc0dea6d80cf4eca4822f8d7b93523701dbb4df05ff2da49b72ad80942d1a7213c74c4ab2668dec7ee55e3ea5aaaf692e108912f')
+sha512sums=('8880ffa7d485eacaeef03080b5d3b6f35e09d62d5fbaaea7f011933c7b8c9e6fa813b59bff9d0de6a853eb1770dab64c676144f2b09522fa7dfcf5774d21f1ce')
build() {
cd "${srcdir}/polls-${pkgver}"