summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2017-04-24 23:23:28 +0200
committereolianoe2017-04-24 23:23:28 +0200
commit7b847f9cf1822f3f9951c7a4c0fd607889f02ea1 (patch)
tree8c30c499d0fa1a111322b50a4553e3d6b27f5261 /PKGBUILD
parent85f2b8e677335625f586cf6e9f7e27ee801c9379 (diff)
downloadaur-7b847f9cf1822f3f9951c7a4c0fd607889f02ea1.tar.gz
Drop support of libevhtp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a14a6dbb5bf..d999eda633cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=seafile-server
pkgver=6.0.10
-pkgrel=2
+pkgrel=3
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
@@ -13,7 +13,7 @@ makedepends=("vala" "intltool")
depends=("seafile" "wget" "sqlite" "fuse" "ccnet-server" "libarchive"
"python2-mako" "python2-dateutil" "python2-webpy" "python2-pip"
"python2-virtualenv" "python2-flup" "python2-six" "python2-chardet"
- "python2-simplejson" "libevhtp-seafile" "git")
+ "python2-simplejson" "oniguruma" "git")
source=("${pkgname}-${pkgver}-server.tar.gz::${url}/archive/v${pkgver}-server.tar.gz"
"seafile-admin_virtualenv.patch"
"seafile-server@.service"