edac val 10 lat temu
rodzic
commit
c628e3c5a3
2 zmienionych plików z 7 dodań i 9 usunięć
  1. 2 2
      .SRCINFO
  2. 5 7
      PKGBUILD

+ 2 - 2
.SRCINFO

@@ -8,12 +8,12 @@ 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
+	source = seafile-client-v4.3.4.tar.gz::https://github.com/haiwen/seafile-client/archive/v4.3.4.tar.gz
 	md5sums = 137a474aca893cec66e5f1e87dc2d0d1
 
 pkgname = seafile-client

+ 5 - 7
PKGBUILD

@@ -1,6 +1,5 @@
-# Maintainer: Moritz Maxeiner <moritz@ucworks.org>
-
 # Contributor: localizator <localizator@ukr.net>
+# Maintainer: Edvinas Valatka <edacval@gmail.com>
 
 pkgname=seafile-client
 pkgver=4.3.4
@@ -9,23 +8,22 @@ pkgdesc="Seafile is an online file storage and collaboration tool. This is seafi
 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')