update more apps

This commit is contained in:
Travis Burtrum 2020-04-28 00:07:24 -04:00
parent d36d20d62d
commit 9549f2b751
3 changed files with 10 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=biboumi
pkgver=8.3
pkgver=8.4
pkgrel=1
pkgdesc="XMPP gateway to IRC"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@ -13,21 +13,22 @@ backup=("etc/$pkgname/$pkgname.cfg")
source=("https://git.louiz.org/biboumi/snapshot/$pkgname-$pkgver.tar.xz"
'biboumi.tmpfiles'
'biboumi.sysusers')
md5sums=('1c3f3f7231e2eee72833270c477136c4'
md5sums=('a6efcf60b863339151b84d8a902f4919'
'3fd509b5cd76cd6c98ddb392957de03b'
'07c92af3248861ce94d361e98cfb7f5c')
prepare() {
mkdir -p build
}
build() {
cd build
cmake ../$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSERVICE_USER=biboumi \
-DSERVICE_GROUP=jabber
}
build() {
cd build
make biboumi
}

View File

@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-passman
pkgver=2.3.1
pkgver=2.3.5
pkgrel=1
pkgdesc="Passman is a full featured password manager"
arch=('any')
@ -12,7 +12,7 @@ depends=('nextcloud')
makedepends=()
options=('!strip')
source=("nextcloud-app-passman-${pkgver}.tar.gz::https://releases.passman.cc/passman_${pkgver}.tar.gz")
sha512sums=("9c2572f8a4245c8b985cfa78b77cf27a5df4d9c6e183a0652e9e6d5732dfa46a647839cc4b965053515735d6b006a99b1ea0df21e59c1049b66837227b017db6")
sha512sums=("89e26c4022732cce562a861efde9fc780c69bda0729f7411597b12842959129347715e81bfeb70bdd6734acf3aca09f206bc7a1e84d8f59d340ab65aca490367")
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"

View File

@ -1,7 +1,7 @@
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
pkgname=nextcloud-app-user-external
pkgver=0.7.0
pkgver=0.9.1
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=("f27267e78bd81ac23e7608d4b06a3c5e562c77b29d1fe7ebbca8dcb262eab001")
sha256sums=("0c4d80766fbec92fb73be53eb819d44db79cc0c83e78aa5342798c3d238e22e0")
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"