summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915db810d018..238e3403b515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 16:20:34 UTC 2017
+# Sun Feb 12 10:30:54 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.0.2
- pkgrel = 5
+ pkgver = 6.0.3
+ pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = seafile
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 = seafile-6.0.3.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.3.tar.gz
source = libseafile.in.patch
- sha256sums = 8ac2eb3611e69b4fd85a9572714153566705c73e443cf2ae24da556c7cf12078
+ sha256sums = fca3858fa7aebfd764e64dafdc78fcc276d2cf235d64a1a3137eda505afb147b
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index cd5b900809a1..309a8221fa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.0.2
-pkgrel=5
+pkgver=6.0.3
+pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/haiwen/${pkgname}"
@@ -13,7 +13,7 @@ depends=("ccnet" "fuse" "python2" "sqlite")
makedepends=("vala" "intltool")
source=("seafile-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"libseafile.in.patch")
-sha256sums=('8ac2eb3611e69b4fd85a9572714153566705c73e443cf2ae24da556c7cf12078'
+sha256sums=('fca3858fa7aebfd764e64dafdc78fcc276d2cf235d64a1a3137eda505afb147b'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')