summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormoparisthebest2022-08-21 01:07:33 -0400
committermoparisthebest2022-08-21 01:07:33 -0400
commitb1149a72a2c537b7ad1c48e968759ea29ddff2b7 (patch)
treec79a161ea02f283c460f0212bed43f60c3d9b319 /PKGBUILD
parent3b57cc96bbf3248a134d3f004b0e1c54c0cd4d06 (diff)
downloadaur-nextcloud-app-user-external.tar.gz
Version 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c85e11283df6..af408f094407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
pkgname=nextcloud-app-user-external
-pkgver=2.1.0
+pkgver=3.0.0
pkgrel=1
pkgdesc=" External user authentication methods like IMAP, SMB and FTP"
arch=('any')
@@ -10,8 +10,8 @@ license=('AGPL3')
depends=('nextcloud')
makedepends=()
options=('!strip')
-source=("nextcloud-app-user-external-${pkgver}.tar.gz::https://github.com/nextcloud/user_external/releases/download/v${pkgver}/user_external-${pkgver}.tar.gz")
-sha256sums=("79d400c05737ea3512faf0ab77411dd5da9c830341e59b1a98b86775c92acf19")
+source=("https://github.com/nextcloud-releases/user_external/releases/download/v${pkgver}/user_external-v${pkgver}.tar.gz")
+sha256sums=("25cd717780993091bac9e76f81c01fad02a1844917d2ac3973481f93a31ff276")
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"