summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-01-17 17:20:37 +0100
committereolianoe2017-01-17 17:20:37 +0100
commit359088ed48a7e08975b77c3490b1affe7c52f55d (patch)
tree59d554774676c00ccc1b00c3214aa98e16fffd33
parentff5a78955584807796ab3c250d61cfc3aca3050d (diff)
downloadaur-359088ed48a7e08975b77c3490b1affe7c52f55d.tar.gz
updpkgsums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 471d81d44af7..915db810d018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 8 12:57:54 UTC 2017
+# Tue Jan 17 16:20:34 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/haiwen/seafile
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = seafile
provides = seafile-client-cli
source = seafile-6.0.2.tar.gz::https://github.com/haiwen/seafile/archive/v6.0.2.tar.gz
source = libseafile.in.patch
- sha256sums = 0d0276a67eb705535f91f9c3f59d43f55877112361e4817a144e81e0e14c1360
+ sha256sums = 8ac2eb3611e69b4fd85a9572714153566705c73e443cf2ae24da556c7cf12078
sha256sums = a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076
pkgname = seafile
diff --git a/PKGBUILD b/PKGBUILD
index f72325dab28c..cd5b900809a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=seafile
pkgver=6.0.2
-pkgrel=4
+pkgrel=5
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=('0d0276a67eb705535f91f9c3f59d43f55877112361e4817a144e81e0e14c1360'
+sha256sums=('8ac2eb3611e69b4fd85a9572714153566705c73e443cf2ae24da556c7cf12078'
'a2d7f7cf0c59aba97650af62b3cefd0ceb71a1007c34d9369a88e5769c7f6076')
provides=('seafile-client-cli')