summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
-rw-r--r--openssl-1.0.patch20
3 files changed, 10 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eedc6e6e7e6..812d12b2a3b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 21:05:16 UTC 2017
+# Sun May 14 14:13:14 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.0.4
- pkgrel = 2
+ pkgver = 6.0.6
+ pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -18,12 +18,10 @@ pkgbase = seafile
depends = python2
depends = sqlite
provides = seafile-client-cli
- source = seafile-6.0.4.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.4.tar.gz
+ source = seafile-6.0.6.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.6.tar.gz
source = libseafile.in.patch
- source = openssl-1.0.patch
- sha256sums = b3919bff1e0f974483df129e500868332e752dec6380556839e006bf9d5b425e
+ sha256sums = 3f4e25211c301d18fa0ff0be0f9ba0fcbc2649a5092b10cdb960a78be2062aed
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
- sha256sums = de1b28f5ed08dfc5722f4dfda85f4ecb4a4fb707089adb612fea51d7f51e7f1f
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 7e5caa20df9e..6b3cbfdcee2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.0.4
-pkgrel=2
+pkgver=6.0.6
+pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
@@ -12,18 +12,15 @@ license=('GPL2')
depends=("ccnet" "fuse" "python2" "sqlite")
makedepends=("vala" "intltool")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
- "libseafile.in.patch"
- "openssl-1.0.patch")
-sha256sums=('b3919bff1e0f974483df129e500868332e752dec6380556839e006bf9d5b425e'
- 'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076'
- 'de1b28f5ed08dfc5722f4dfda85f4ecb4a4fb707089adb612fea51d7f51e7f1f')
+ "libseafile.in.patch")
+sha256sums=('3f4e25211c301d18fa0ff0be0f9ba0fcbc2649a5092b10cdb960a78be2062aed'
+ 'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')
prepare () {
cd "${srcdir}/seafile-${pkgver}"
patch -p1 -i "${srcdir}/libseafile.in.patch"
- patch -p0 -i "${srcdir}"/openssl-1.0.patch
# Fix all script's python 2 requirement
grep -s -l -r '#!/usr/bin/env python' "${srcdir}/seafile-${pkgver}" \
@@ -33,8 +30,6 @@ prepare () {
build() {
cd "$srcdir/seafile-${pkgver}"
- export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-
./autogen.sh
./configure \
diff --git a/openssl-1.0.patch b/openssl-1.0.patch
deleted file mode 100644
index b51253c87aa8..000000000000
--- a/openssl-1.0.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/Makefile.am.orig 2017-02-17 03:39:51.000000000 +0100
-+++ lib/Makefile.am 2017-04-04 23:49:52.849386841 +0200
-@@ -7,6 +7,7 @@
- -I$(top_srcdir)/common \
- @CCNET_CFLAGS@ \
- @SEARPC_CFLAGS@ \
-+ @SSL_CFLAGS@ \
- @MSVC_CFLAGS@ \
- -Wall
-
---- daemon/Makefile.am.orig 2017-04-24 22:57:21.895319096 +0200
-+++ daemon/Makefile.am 2017-04-24 22:57:08.558729290 +0200
-@@ -8,6 +8,7 @@
- -I$(top_srcdir)/common \
- @CCNET_CFLAGS@ \
- @SEARPC_CFLAGS@ \
-+ @SSL_CFLAGS@ \
- @GLIB2_CFLAGS@ \
- @MSVC_CFLAGS@ \
- @CURL_CFLAGS@ \