summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-07-31 20:01:04 +0700
committerKonstantin Shalygin2017-07-31 20:01:04 +0700
commit128241aa96a3858bc2c0784a06d7c06c2c88572d (patch)
tree9bfd875245315fef2271124d5e9149b80fe6a3c9 /PKGBUILD
parent58471627fad446c1c168cad4448aec116a9f5cc2 (diff)
downloadaur-128241aa96a3858bc2c0784a06d7c06c2c88572d.tar.gz
Another workaround for build from tar.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa89a8b19a48..e1d3aa054957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Konstantin Shalygin <k0ste@k0ste.ru>
# Contributor: Konstantin Shalygin <k0ste@k0ste.ru>
+_next_commit='820899d07102b990b19e8b02121221e41f7fbf06'
pkgname='nextcloud-client'
pkgver='2.3.2'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Nextcloud desktop client'
arch=('i686' 'x86_64')
url='https://nextcloud.com/'
@@ -23,6 +24,7 @@ prepare() {
mkdir -p "${srcdir}/client_theming-${pkgver}/build-linux"
git clone git://github.com/owncloud/client.git "${srcdir}/client_theming-${pkgver}/client"
cd "${srcdir}/client_theming-${pkgver}/client"
+ git checkout "${_next_commit}"
git submodule update --init --recursive
}