summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-04-24 23:23:28 +0200
committereolianoe2017-04-24 23:23:28 +0200
commit7b847f9cf1822f3f9951c7a4c0fd607889f02ea1 (patch)
tree8c30c499d0fa1a111322b50a4553e3d6b27f5261
parent85f2b8e677335625f586cf6e9f7e27ee801c9379 (diff)
downloadaur-7b847f9cf1822f3f9951c7a4c0fd607889f02ea1.tar.gz
Drop support of libevhtp
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c3e342467b4..2fa4fbb8087f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 21:05:35 UTC 2017
+# Mon Apr 24 21:15:46 UTC 2017
pkgbase = seafile-server
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.10
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/haiwen/seafile-server
install = seafile-server.install
arch = i686
@@ -29,7 +29,7 @@ pkgbase = seafile-server
depends = python2-six
depends = python2-chardet
depends = python2-simplejson
- depends = libevhtp-seafile
+ depends = oniguruma
depends = git
optdepends = libmariadbclient: mysql server support
source = seafile-server-6.0.10-server.tar.gz::https://github.com/haiwen/seafile-server/archive/v6.0.10-server.tar.gz
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"