Kaynağa Gözat

Update to seafile upstream 4.3.0

Moritz Maxeiner 10 yıl önce
ebeveyn
işleme
ac0e47cf93
2 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  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.2.4
+	pkgver = 4.3.0
 	pkgrel = 1
 	url = https://github.com/haiwen/seafile-client/
 	install = seafile-client.install
@@ -8,14 +8,14 @@ pkgbase = seafile-client
 	arch = x86_64
 	license = Apache
 	makedepends = cmake
-	depends = seafile-shared>=4.2.4
+	depends = seafile-shared>=4.3.0
 	depends = qt5-base
 	depends = qt5-webkit
 	depends = qt5-tools
 	options = !libtool
 	options = !emptydirs
-	source = https://github.com/haiwen/seafile-client/archive/v4.2.4.tar.gz
-	sha256sums = 49b8c7b2161a8a8fadbc2e2e36a80642d67ba8fd11b975a3f5f391d76de4c9af
+	source = https://github.com/haiwen/seafile-client/archive/v4.3.0.tar.gz
+	sha256sums = aa7e1ed95660b0708d4b5a2e49a97ea5aa69385223cec2e0c77bcb38967e63f2
 
 pkgname = seafile-client
 

+ 3 - 3
PKGBUILD

@@ -3,13 +3,13 @@
 # Contributor: localizator <localizator@ukr.net>
 
 pkgname=seafile-client
-pkgver=4.2.4
+pkgver=4.3.0
 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.2.4' 'qt5-base' 'qt5-webkit' 'qt5-tools')
+depends=('seafile-shared>=4.3.0' 'qt5-base' 'qt5-webkit' 'qt5-tools')
 makedepends=('cmake')
 optdepends=()
 options=('!libtool' '!emptydirs')
@@ -28,4 +28,4 @@ package ()
 	cd "${srcdir}/seafile-client-${pkgver}"
 	make DESTDIR="${pkgdir}/" install
 }
-sha256sums=('49b8c7b2161a8a8fadbc2e2e36a80642d67ba8fd11b975a3f5f391d76de4c9af')
+sha256sums=('aa7e1ed95660b0708d4b5a2e49a97ea5aa69385223cec2e0c77bcb38967e63f2')