Przeglądaj źródła

Merge branch 'release-5.0.4-1' into devel

Edvinas Valatka 10 lat temu
rodzic
commit
0822afe748
2 zmienionych plików z 7 dodań i 7 usunięć
  1. 5 5
      .SRCINFO
  2. 2 2
      PKGBUILD

+ 5 - 5
.SRCINFO

@@ -1,8 +1,8 @@
 # Generated by mksrcinfo v8
-# Sun Jan 31 15:59:30 UTC 2016
+# Sun Jan 31 16:01:56 UTC 2016
 pkgbase = seafile-client-qt5
 	pkgdesc = This is seafile client for synchronizing your local files with seafile server. Qt5 version.
-	pkgver = 5.0.3
+	pkgver = 5.0.4
 	pkgrel = 1
 	url = https://github.com/haiwen/seafile-client/
 	install = seafile-client-qt5.install
@@ -11,15 +11,15 @@ pkgbase = seafile-client-qt5
 	license = Apache
 	makedepends = cmake
 	makedepends = qt5-tools
-	makedepends = seafile-shared>=5.0.3
+	makedepends = seafile-shared>=5.0.4
 	depends = seafile-shared
 	depends = qt5-webkit
 	depends = qt5-base
 	conflicts = seafile-client
 	options = !libtool
 	options = !emptydirs
-	source = seafile-client-v5.0.3.tar.gz::https://github.com/haiwen/seafile-client/archive/v5.0.3.tar.gz
-	sha256sums = 0e968bec3d01fc2f17a32ac4ea89542a85b85dc88579beb9b91977f3b9cdb354
+	source = seafile-client-v5.0.4.tar.gz::https://github.com/haiwen/seafile-client/archive/v5.0.4.tar.gz
+	sha256sums = 5ce5f0f6615f9d80efd51a23e780340ed840276ced80bc62f1373b643d2fbd28
 
 pkgname = seafile-client-qt5
 

+ 2 - 2
PKGBUILD

@@ -2,7 +2,7 @@
 # Maintainer: Edvinas Valatka <edacval@gmail.com>
 _pkgname=seafile-client
 pkgname=${_pkgname}-qt5
-pkgver=5.0.3
+pkgver=5.0.4
 pkgrel=1
 pkgdesc="This is seafile client for synchronizing your local files with seafile server. Qt5 version."
 arch=('i686' 'x86_64')
@@ -25,4 +25,4 @@ package () {
     cd "${srcdir}/${_pkgname}-${pkgver}"
     make DESTDIR="${pkgdir}" install
 }
-sha256sums=('0e968bec3d01fc2f17a32ac4ea89542a85b85dc88579beb9b91977f3b9cdb354')
+sha256sums=('5ce5f0f6615f9d80efd51a23e780340ed840276ced80bc62f1373b643d2fbd28')