summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey Darcq2018-02-13 17:59:57 +0100
committerJoffrey Darcq2018-02-13 17:59:57 +0100
commit97c923cffe0d7bda349444c14aaa712b71be7d01 (patch)
tree04e169c34fbc7fe80a034d6dbadd3b17a87e365d
parent89efccf08d6d545b717449fd9996ad0148df1ffd (diff)
downloadaur-97c923cffe0d7bda349444c14aaa712b71be7d01.tar.gz
Add seafile-server conflict + ccnet=pkgver depend
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6be4ae3872..58a7fed8820b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Feb 7 20:15:12 UTC 2018
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -13,15 +11,18 @@ pkgbase = seafile
license = GPL2
makedepends = vala
makedepends = intltool
- depends = ccnet
+ depends = ccnet=6.1.5
depends = fuse
depends = python2
depends = sqlite
provides = seafile-client-cli
+ conflicts = seafile-server
source = seafile-6.1.5.tar.gz::https://github.com/haiwen/seafile/archive/v6.1.5.tar.gz
source = libseafile.in.patch
+ source = seaf-cli@.service
sha256sums = 19f9ccd515af8b4dc422479dfdc69ab3a55978751ed25653e0f5d04196949f6a
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
+ sha256sums = c37510109c1de64c774896df39aece240c056b54414d2119fca01860211156ba
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 58ea643bd20c..0ee5857f7a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@
pkgname=seafile
pkgver=6.1.5
-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" "fuse" "python2" "sqlite")
+depends=("ccnet=${pkgver}" "fuse" "python2" "sqlite")
makedepends=("vala" "intltool")
+conflicts=("seafile-server")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"libseafile.in.patch"
"seaf-cli@.service")