summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-01-07 16:05:59 +0100
committereolianoe2017-01-07 16:05:59 +0100
commitef9a9b430f238e94e22655b3adfaf48199a84584 (patch)
treea77eef12671a4c97ce5da8d4bb10bcb50a6fd8b0
parent26fc534929edcd11ce9570f17341fcf14ef3eb8c (diff)
downloadaur-ef9a9b430f238e94e22655b3adfaf48199a84584.tar.gz
rebuild with the seafile packages
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d628f4112445..3cf5034b73d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 12:28:41 UTC 2016
+# Sat Jan 7 15:05:45 UTC 2017
pkgbase = seafile-client
pkgdesc = GUI client for synchronizing your local files with seafile server
pkgver = 6.0.1
- pkgrel = 1
- url = https://github.com/haiwen/seafile-client/
+ pkgrel = 2
+ url = https://github.com/haiwen/seafile-client
arch = i686
arch = x86_64
license = Apache
makedepends = cmake
- makedepends = qt5-tools
- makedepends = seafile-shared
- depends = seafile-shared
+ depends = seafile
+ depends = qt5-tools
depends = qt5-webkit
depends = qt5-base
depends = gtk-update-icon-cache
diff --git a/PKGBUILD b/PKGBUILD
index 91e3cf2f52fe..3e9058c7bd4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,17 @@
pkgname=seafile-client
pkgver=6.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="GUI client for synchronizing your local files with seafile server"
arch=('i686' 'x86_64')
-url="https://github.com/haiwen/seafile-client/"
+url="https://github.com/haiwen/${pkgname}"
license=('Apache')
-depends=("seafile-shared" "qt5-webkit" "qt5-base" "gtk-update-icon-cache" "qt5-webengine")
-makedepends=("cmake" "qt5-tools" "seafile-shared")
+depends=("seafile" "qt5-tools" "qt5-webkit" "qt5-base"
+ "gtk-update-icon-cache" "qt5-webengine")
+makedepends=("cmake")
conflicts=('seafile-client-qt5')
provides=('seafile-client-qt5')
-source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/haiwen/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('0660243b7cd5e95b20457722b69896009b20d474d182c5bf2848293c345e01c9')
prepare() {