summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2019-11-05 21:55:39 +0100
committerJoffrey2019-11-05 21:55:39 +0100
commit12da612f99c755560b886006f71c921b910d1a92 (patch)
tree42a64253e063b56654a9c28630232757560d7abc
parentfff9adf572505061b164c43e95a7d6ea4462a3c7 (diff)
downloadaur-12da612f99c755560b886006f71c921b910d1a92.tar.gz
Add new dep: python2-future
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233f6b38e9db..9f278738b1fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 7.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = seafile
depends = libevent
depends = fuse
depends = python2
+ depends = python2-future
depends = sqlite
provides = seafile-client-cli
conflicts = seafile-server
diff --git a/PKGBUILD b/PKGBUILD
index dac693bc718c..b3fdf15c53c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=seafile
pkgver=7.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
license=('GPL2')
depends=("ccnet-server" "libsearpc" "libevent"
- "fuse" "python2" "sqlite")
+ "fuse" "python2" "python2-future" "sqlite")
makedepends=("vala" "intltool")
conflicts=("seafile-server")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"