[arch-commits] Commit in nextcloud-client/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Tue Dec 4 15:17:48 UTC 2018


    Date: Tuesday, December 4, 2018 @ 15:17:47
  Author: yan12125
Revision: 411156

upgpkg: nextcloud-client 2.5.1-1

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 14:58:57 UTC (rev 411155)
+++ PKGBUILD	2018-12-04 15:17:47 UTC (rev 411156)
@@ -3,8 +3,8 @@
 # Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
 
 pkgname=nextcloud-client
-pkgver=2.5.0
-pkgrel=4
+pkgver=2.5.1
+pkgrel=1
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -17,10 +17,8 @@
   'python-nautilus: integration with Nautilus'
   'python2-caja: integration with Caja'
 )
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/nextcloud/desktop/archive/v$pkgver.tar.gz"
-        fix-man-pages.patch::https://github.com/nextcloud/desktop/commit/d6feb984c3e0d6d3c17868d36da8380bcc05e55b.patch)
-sha256sums=('4d639f43e49fd4367cd1b99bf21aecb2eac3bd89a7b0d96c7d2a0975baad6528'
-            '1203cdb5480ef52bfe0ae6f1b9dc13f8e53ed3272fd691400c50897310dd28c3')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/nextcloud/desktop/archive/v$pkgver.tar.gz")
+sha256sums=('48be2556f4fddb956ad31e954be5f9c73482e936a80ec0efaeb30549dcd81f19')
 backup=('etc/Nextcloud/sync-exclude.lst')
 
 prepare() {
@@ -27,9 +25,6 @@
   cd desktop-$pkgver
 
   mkdir -p build
-
-  # https://github.com/nextcloud/desktop/issues/699
-  patch -Np1 -i ../fix-man-pages.patch
 }
 
 build() {



More information about the arch-commits mailing list