summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-08-16 19:59:41 +0300
committerCaleb Maclennan2023-08-16 19:59:41 +0300
commit1454e39d92e8c6fb0f210a232fdfd28f617650f3 (patch)
tree7c136ef4d3b1acede45d977f0410b980a40cb7c9 /PKGBUILD
parentcc91b09fb01ec51c08e6986c8265d9b0a41477b7 (diff)
downloadaur-1454e39d92e8c6fb0f210a232fdfd28f617650f3.tar.gz
upgpkg: nextcloud-app-previewgenerator 5.3.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1430bc9936f5..55a59366af73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=nextcloud-app-previewgenerator
pkgdesc='Nextcloud app that allows admins to pre-generate previews'
-pkgver=5.1.0
-pkgrel=2
+pkgver=5.3.0
+pkgrel=1
arch=(any)
license=(AGPL)
url="https://github.com/nextcloud/${pkgname##*-}"
@@ -13,7 +13,7 @@ makedepends=(nextcloud
yq)
_archive="${pkgname##*-}-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('09880a74f340cc7d2f381fe3b3abc9d0f0ae68b45f7de6b6ada31b83f38505d6')
+sha256sums=('634e0db7c5d5e62ce7051d602f51abc4e9d80b205399c15a2e12676a05ae2b3a')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group
# 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory