summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey Darcq2020-03-27 12:33:41 +0100
committerJoffrey Darcq2020-03-27 12:33:41 +0100
commitd11fcfefedc6f11d2dfdd07c744b8e6e6ab6dcba (patch)
tree157f13738894f872945de755341367de1ccefd86
parent71c9965c3dd4aff4cbea1c6b2202fdfbacb464df (diff)
downloadaur-d11fcfefedc6f11d2dfdd07c744b8e6e6ab6dcba.tar.gz
Remove postgresql-libs dependency
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08d03ba9ad6c..8984dae11cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,12 @@ pkgdesc="Internal communication framework and user/group management for seafile
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/$pkgname"
license=('GPL2')
-depends=('libevent' 'libsearpc' 'libldap' 'mariadb-libs' 'postgresql-libs')
+depends=(
+ 'libevent'
+ 'libsearpc'
+ 'libldap'
+ 'mariadb-libs'
+)
makedepends=('vala')
conflicts=('ccnet')
provides=('ccnet')