Преглед изворни кода

Merge branch 'release-4.4.2-1'

Edvinas Valatka пре 10 година
родитељ
комит
8285f96476
2 измењених фајлова са 11 додато и 13 уклоњено
  1. 4 4
      .SRCINFO
  2. 7 9
      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.4
+	pkgver = 4.4.2
 	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.4
+	depends = seafile-shared>=4.4.2
 	depends = qt4
 	depends = qtwebkit
 	options = !libtool
 	options = !emptydirs
-	source = https://github.com/haiwen/seafile-client/archive/v4.3.4.tar.gz
-	md5sums = 137a474aca893cec66e5f1e87dc2d0d1
+	source = seafile-client-v4.4.2.tar.gz::https://github.com/haiwen/seafile-client/archive/v4.4.2.tar.gz
+	md5sums = 8749f059e9209df31e662c9325c735e5
 
 pkgname = seafile-client
 

+ 7 - 9
PKGBUILD

@@ -1,31 +1,29 @@
-# Maintainer: Moritz Maxeiner <moritz@ucworks.org>
-
 # Contributor: localizator <localizator@ukr.net>
+# Maintainer: Edvinas Valatka <edacval@gmail.com>
 
 pkgname=seafile-client
-pkgver=4.3.4
+pkgver=4.4.2
 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.4' 'qt4' 'qtwebkit')
+depends=('seafile-shared>=4.4.2' 'qt4' 'qtwebkit')
 makedepends=('cmake')
-optdepends=()
 options=('!libtool' '!emptydirs')
 install=seafile-client.install
-source=("https://github.com/haiwen/seafile-client/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/haiwen/${pkgname}/archive/v${pkgver}.tar.gz")
 
 build ()
 {
-	cd "$srcdir/seafile-client-${pkgver}"
+	cd "$srcdir/${pkgname}-${pkgver}"
 	cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
 	make
 }
 
 package ()
 {
-	cd "${srcdir}/seafile-client-${pkgver}"
+	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}/" install
 }
-md5sums=('137a474aca893cec66e5f1e87dc2d0d1')
+md5sums=('8749f059e9209df31e662c9325c735e5')