summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-03-16 21:58:05 +0100
committereolianoe2017-03-16 21:58:05 +0100
commit09ad0827b55ff20cba0543b3bd51320c0eb08c81 (patch)
treee9d42643b42ae7591fe05d9f9a9116bdec399402
parent87156488f530f30498b9cc4820eba6e39e979239 (diff)
downloadaur-09ad0827b55ff20cba0543b3bd51320c0eb08c81.tar.gz
updpkg: 6.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 238e3403b515..5e4cea95c40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 12 10:30:54 UTC 2017
+# Thu Mar 16 20:58:01 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.0.3
+ pkgver = 6.0.4
pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
@@ -17,9 +17,9 @@ pkgbase = seafile
depends = python2
depends = sqlite
provides = seafile-client-cli
- source = seafile-6.0.3.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.3.tar.gz
+ source = seafile-6.0.4.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.4.tar.gz
source = libseafile.in.patch
- sha256sums = fca3858fa7aebfd764e64dafdc78fcc276d2cf235d64a1a3137eda505afb147b
+ sha256sums = b3919bff1e0f974483df129e500868332e752dec6380556839e006bf9d5b425e
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 309a8221fa91..1e36bf43a61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.0.3
+pkgver=6.0.4
pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
@@ -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=('fca3858fa7aebfd764e64dafdc78fcc276d2cf235d64a1a3137eda505afb147b'
+sha256sums=('b3919bff1e0f974483df129e500868332e752dec6380556839e006bf9d5b425e'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')