summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-07-21 06:07:05 +0000
committerJonas Heinrich2021-07-21 06:07:05 +0000
commit20095f7b2eba80c09b03493e630a89b77c0c56a0 (patch)
treed9caeb9d66dc7148f6f72c333f2d5b73aa4abde8
parent235fee665e5e4335d579f7bd30b73ad32592afb1 (diff)
downloadaur-20095f7b2eba80c09b03493e630a89b77c0c56a0.tar.gz
update to version 1.3.2
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d4a5acee36..be482c8011fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nextcloud-app-extract
pkgdesc = Bring extraction to your nextcloud web interface
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/PaulLereverend/NextcloudExtract
arch = any
license = AGPL3
depends = nextcloud
options = !strip
- source = extract-1.3.1.tar.gz::https://github.com/PaulLereverend/NextcloudExtract/releases/download/1.3.1/extract.tar.gz
- sha512sums = 8979291774642a63b8f8d69f63b7ee5aeaea98c9906151a33abfb888ad63537f302a51bd2a947dccee423abd260ac0f821bb19ec17d25aa8f22fe632924769f8
+ source = extract-1.3.2.tar.gz::https://github.com/PaulLereverend/NextcloudExtract/releases/download/1.3.2/extract.tar.gz
+ sha512sums = ec8d5d508bcbed837dd98774989fede072374d83919ab1ad2bc0dedc707053c03aec73c282e7b8f96379760bf2146ca4929f8f33c7a3e5d66481936c28aa1437
pkgname = nextcloud-app-extract
-
diff --git a/PKGBUILD b/PKGBUILD
index afee2fb07c43..03f6dc0f86e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-extract
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="Bring extraction to your nextcloud web interface"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nextcloud')
makedepends=()
options=('!strip')
source=("extract-${pkgver}.tar.gz::https://github.com/PaulLereverend/NextcloudExtract/releases/download/${pkgver}/extract.tar.gz")
-sha512sums=('8979291774642a63b8f8d69f63b7ee5aeaea98c9906151a33abfb888ad63537f302a51bd2a947dccee423abd260ac0f821bb19ec17d25aa8f22fe632924769f8')
+sha512sums=('ec8d5d508bcbed837dd98774989fede072374d83919ab1ad2bc0dedc707053c03aec73c282e7b8f96379760bf2146ca4929f8f33c7a3e5d66481936c28aa1437')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"