summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2017-02-08 19:18:11 +0700
committerKonstantin Shalygin2017-02-08 19:18:11 +0700
commit33d3bb41545d2813b5d64461bfe842ff51083520 (patch)
tree7c643a2bbece13e4f4be74ab7a795404aaf25d29
parentd9c18eb185cd386040f5b9b7cd70a65d0efa45f0 (diff)
downloadaur-33d3bb41545d2813b5d64461bfe842ff51083520.tar.gz
Fix from mentions: 'I can confirm this error and the -p flag fixing it.'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81683860b2f2..f4a5d389efa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 00:58:17 UTC 2017
+# Wed Feb 8 12:17:15 UTC 2017
pkgbase = nextcloud-client
pkgdesc = Nextcloud desktop client
pkgver = 2.2.4
- pkgrel = 3
+ pkgrel = 4
url = https://nextcloud.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 09bfc70f64ea..7f26d7923812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='nextcloud-client'
pkgver='2.2.4'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Nextcloud desktop client'
arch=('i686' 'x86_64')
url='https://nextcloud.com/'
@@ -22,7 +22,7 @@ backup=('etc/Nextcloud/sync-exclude.lst')
prepare() {
cd "${srcdir}/${pkgname}"
git submodule update --init --recursive
- mkdir "${srcdir}/${pkgname}/build-linux"
+ mkdir -p "${srcdir}/${pkgname}/build-linux"
}
build() {