update biboumi and nextcloud-app-user-external

This commit is contained in:
Travis Burtrum 2020-08-22 22:05:19 -04:00
parent 1ccee7c0b3
commit d8300a7458
2 changed files with 8 additions and 7 deletions

View File

@ -1,19 +1,19 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=biboumi
pkgver=8.4
pkgrel=1
pkgver=8.5
pkgrel=2
pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://biboumi.louiz.org/"
license=('ZLIB')
depends=('expat' 'libidn' 'udns' 'botan' 'sqlite' 'postgresql-libs')
makedepends=('cmake' 'pandoc' 'git')
makedepends=('cmake' 'pandoc' 'catch2' 'git')
backup=("etc/$pkgname/$pkgname.cfg")
source=("https://git.louiz.org/biboumi/snapshot/$pkgname-$pkgver.tar.xz"
'biboumi.tmpfiles'
'biboumi.sysusers')
md5sums=('a6efcf60b863339151b84d8a902f4919'
md5sums=('d27e81bc3d74bcc9e33fd8c1a6c4ecaf'
'3fd509b5cd76cd6c98ddb392957de03b'
'07c92af3248861ce94d361e98cfb7f5c')
@ -24,7 +24,8 @@ prepare() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSERVICE_USER=biboumi \
-DSERVICE_GROUP=jabber
-DSERVICE_GROUP=jabber \
-Wno-dev
}
build() {

View File

@ -1,7 +1,7 @@
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
pkgname=nextcloud-app-user-external
pkgver=0.9.1
pkgver=0.10.0
pkgrel=1
pkgdesc=" External user authentication methods like IMAP, SMB and FTP"
arch=('any')
@ -11,7 +11,7 @@ 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=("0c4d80766fbec92fb73be53eb819d44db79cc0c83e78aa5342798c3d238e22e0")
sha256sums=("bcbb2d4fb96d0b592c68a847b4caf47ab44ffae51baa96b5aea2ad5c8a908e28")
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"