Procházet zdrojové kódy

Merge branch 'release-4.4.2-2'

Edvinas Valatka před 10 roky
rodič
revize
b3595329f9
2 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 2 2
      .SRCINFO
  2. 3 3
      PKGBUILD

+ 2 - 2
.SRCINFO

@@ -1,7 +1,7 @@
 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.4.2
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/haiwen/seafile-client/
 	install = seafile-client.install
 	arch = i686
@@ -14,7 +14,7 @@ pkgbase = seafile-client
 	options = !libtool
 	options = !emptydirs
 	source = seafile-client-v4.4.2.tar.gz::https://github.com/haiwen/seafile-client/archive/v4.4.2.tar.gz
-	md5sums = 8749f059e9209df31e662c9325c735e5
+	sha256sums = 86fbdfd2ac4de113aa4498802fbc663bc150ec4525f2ccf6b87d45af624f432a
 
 pkgname = seafile-client
 

+ 3 - 3
PKGBUILD

@@ -3,7 +3,7 @@
 
 pkgname=seafile-client
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 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/"
@@ -17,7 +17,7 @@ source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/haiwen/${pkgname}/arch
 build ()
 {
 	cd "$srcdir/${pkgname}-${pkgver}"
-	cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
+	cmake -DBUILD_SHIBBOLETH_SUPPORT=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .
 	make
 }
 
@@ -26,4 +26,4 @@ package ()
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}/" install
 }
-md5sums=('8749f059e9209df31e662c9325c735e5')
+sha256sums=('86fbdfd2ac4de113aa4498802fbc663bc150ec4525f2ccf6b87d45af624f432a')