summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich2021-03-06 15:23:14 +0000
committerJonas Heinrich2021-03-06 15:23:14 +0000
commit235fee665e5e4335d579f7bd30b73ad32592afb1 (patch)
tree302e6cba88b0b95b2643d5f7fc7fe7364ae04eb0
parentb21260236c3e91e97c26b09543ac7759171a9abc (diff)
downloadaur-235fee665e5e4335d579f7bd30b73ad32592afb1.tar.gz
update to version 1.3.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b069230d3284..e1d4a5acee36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-extract
pkgdesc = Bring extraction to your nextcloud web interface
- pkgver = 1.2.4
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/PaulLereverend/NextcloudExtract
arch = any
license = AGPL3
depends = nextcloud
options = !strip
- source = extract-1.2.4.tar.gz::https://github.com/PaulLereverend/NextcloudExtract/releases/download/1.2.4/extract.tar.gz
- sha512sums = a57529786638a0c89358cb0c7cdc70c8b508e94ada925c1894e76a6096b1547b5c52ae65c06d14c58eb62de846f1f8e0b3c7194e1fcd16fe7e0ef5251a10062c
+ source = extract-1.3.1.tar.gz::https://github.com/PaulLereverend/NextcloudExtract/releases/download/1.3.1/extract.tar.gz
+ sha512sums = 8979291774642a63b8f8d69f63b7ee5aeaea98c9906151a33abfb888ad63537f302a51bd2a947dccee423abd260ac0f821bb19ec17d25aa8f22fe632924769f8
pkgname = nextcloud-app-extract
diff --git a/PKGBUILD b/PKGBUILD
index 56470bc1c821..afee2fb07c43 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-extract
-pkgver=1.2.4
+pkgver=1.3.1
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=('a57529786638a0c89358cb0c7cdc70c8b508e94ada925c1894e76a6096b1547b5c52ae65c06d14c58eb62de846f1f8e0b3c7194e1fcd16fe7e0ef5251a10062c')
+sha512sums=('8979291774642a63b8f8d69f63b7ee5aeaea98c9906151a33abfb888ad63537f302a51bd2a947dccee423abd260ac0f821bb19ec17d25aa8f22fe632924769f8')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"