author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2018-12-04 15:17:47 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2018-12-04 15:17:47 UTC |
parent | 597a51999e3a170f53be61f1cf612f0bcc9d5f31 |
PKGBUILD | +4 | -9 |
diff --git a/PKGBUILD b/PKGBUILD index f479dca..2de69d4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Konstantin Shalygin <k0ste@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,19 +17,14 @@ optdepends=( '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() { cd desktop-$pkgver mkdir -p build - - # https://github.com/nextcloud/desktop/issues/699 - patch -Np1 -i ../fix-man-pages.patch } build() {