summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-01-08 12:25:29 +0100
committereolianoe2017-01-08 12:25:29 +0100
commita30022f677be23957c3e0bb763bcb0a2e34e5983 (patch)
tree3ab4b26c5bc70611455ad8d238c9884c9c08a0b8
parentb9ce1ef4b70fa9a7290d869c833db7bdf90f3034 (diff)
downloadaur-a30022f677be23957c3e0bb763bcb0a2e34e5983.tar.gz
add provides
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7291504bcd87..b2650dd8fe2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 16:40:59 UTC 2017
+# Sun Jan 8 11:24:26 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = seafile
depends = fuse
depends = python2
depends = sqlite
+ provides = seafile-client-cli
source = seafile-6.0.2.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.2.tar.gz
source = libseafile.in.patch
sha256sums = 0d0276a67eb705535f91f9c3f59d43f55877112361e4817a144e81e0e14c1360
diff --git a/PKGBUILD b/PKGBUILD
index 077a1be50f94..aff77065dfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=seafile
pkgver=6.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/haiwen/${pkgname}"
@@ -15,6 +15,7 @@ source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"libseafile.in.patch")
sha256sums=('0d0276a67eb705535f91f9c3f59d43f55877112361e4817a144e81e0e14c1360'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
+provides=('seafile-client-cli')
prepare () {
cd "${srcdir}/seafile-${pkgver}"