소스 검색

Update to seafile upstream 4.3.4

Simon Tunnat 10 년 전
부모
커밋
81e05ca486
2개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 4
      .SRCINFO
  2. 3 3
      PKGBUILD

+ 4 - 4
.SRCINFO

@@ -1,6 +1,6 @@
 pkgbase = seafile-client
 	pkgdesc = Seafile is an online file storage and collaboration tool. This is seafile client for synchronizing your local files with seafile server.
-	pkgver = 4.3.3
+	pkgver = 4.3.4
 	pkgrel = 1
 	url = https://github.com/haiwen/seafile-client/
 	install = seafile-client.install
@@ -8,13 +8,13 @@ pkgbase = seafile-client
 	arch = x86_64
 	license = Apache
 	makedepends = cmake
-	depends = seafile-shared>=4.3.3
+	depends = seafile-shared>=4.3.4
 	depends = qt4
 	depends = qtwebkit
 	options = !libtool
 	options = !emptydirs
-	source = https://github.com/haiwen/seafile-client/archive/v4.3.3.tar.gz
-	sha256sums = 332348a3df60912005597f3c4cbff46608b30a0e640fdb2e01d4b88a76a940cb
+	source = https://github.com/haiwen/seafile-client/archive/v4.3.4.tar.gz
+	md5sums = 137a474aca893cec66e5f1e87dc2d0d1
 
 pkgname = seafile-client
 

+ 3 - 3
PKGBUILD

@@ -3,13 +3,13 @@
 # Contributor: localizator <localizator@ukr.net>
 
 pkgname=seafile-client
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc="Seafile is an online file storage and collaboration tool. This is seafile client for synchronizing your local files with seafile server."
 arch=('i686' 'x86_64')
 url="https://github.com/haiwen/seafile-client/"
 license=('Apache')
-depends=('seafile-shared>=4.3.3' 'qt4' 'qtwebkit')
+depends=('seafile-shared>=4.3.4' 'qt4' 'qtwebkit')
 makedepends=('cmake')
 optdepends=()
 options=('!libtool' '!emptydirs')
@@ -28,4 +28,4 @@ package ()
 	cd "${srcdir}/seafile-client-${pkgver}"
 	make DESTDIR="${pkgdir}/" install
 }
-sha256sums=('332348a3df60912005597f3c4cbff46608b30a0e640fdb2e01d4b88a76a940cb')
+md5sums=('137a474aca893cec66e5f1e87dc2d0d1')