summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-08-02 18:06:10 +0200
committereolianoe2017-08-02 18:06:10 +0200
commit6a4ca88fa34d0c0e8748ebe9f65fc4376eb68740 (patch)
tree2ce4e37629686d0865e76b5cb1c74851b56ca5a3
parentbfed3e94dfeefa1085f71c266062210befa12f25 (diff)
downloadaur-6a4ca88fa34d0c0e8748ebe9f65fc4376eb68740.tar.gz
updpkg: 6.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8715c3ebb4f7..b10c21cc9f5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 09:02:33 UTC 2017
+# Wed Aug 2 16:05:55 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
- pkgver = 6.0.7
- pkgrel = 2
+ pkgver = 6.1.0
+ pkgrel = 1
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = seafile
depends = python2
depends = sqlite
provides = seafile-client-cli
- source = seafile-6.0.7.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.7.tar.gz
+ source = seafile-6.1.0.tar.gz::https://github.com/haiwen/seafile/archive/v6.1.0.tar.gz
source = libseafile.in.patch
- sha256sums = e563eade01330bf679f3e6b9f0202b198170cdd8ec80642d9fb670b3a5cda793
+ sha256sums = 06871c6b2ecf27c5c87329b5be03b5aba37cf7c6a4cc81867d3d8451c4ecfb0f
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index 4ad86f7e7e8c..2bb04ef927fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seafile
-pkgver=6.0.7
-pkgrel=2
+pkgver=6.1.0
+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}"
@@ -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=('e563eade01330bf679f3e6b9f0202b198170cdd8ec80642d9fb670b3a5cda793'
+sha256sums=('06871c6b2ecf27c5c87329b5be03b5aba37cf7c6a4cc81867d3d8451c4ecfb0f'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')