summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-12-13 17:17:26 +0000
committerGrey Christoforo2016-12-13 17:17:26 +0000
commitbf0f0af796e4f3752c064125bef9c63d80cee43f (patch)
tree69b946ae601af9ea4c61651f11d78fff8dfe5500
parente52f9cce7b2d2a7c45175686f6376acf8b9c5cc6 (diff)
downloadaur-bf0f0af796e4f3752c064125bef9c63d80cee43f.tar.gz
fix copying error
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d19fa6a52f2e..f177224ce07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 21 21:04:46 UTC 2016
+# Tue Dec 13 17:16:28 UTC 2016
pkgbase = nextcloud-daily
pkgdesc = Daily build -- A safe home for all your data. Secure, under your control and developed in an open, transparent and trustworthy way
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = https://nextcloud.com
install = nextcloud-daily.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6a4b90f7fd82..78fcafd84b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nextcloud-daily
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Daily build -- A safe home for all your data. Secure, under your control and developed in an open, transparent and trustworthy way"
url="https://nextcloud.com"
arch=('any')
@@ -37,7 +37,7 @@ options=(!strip emptydirs)
package() {
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
- cp "${srcdir}/nextcloud/COPYING-AGPL" "${pkgdir}/usr/share/licenses/${pkgname}"
+ #cp "${srcdir}/nextcloud/COPYING-AGPL" "${pkgdir}/usr/share/licenses/${pkgname}"
mkdir -p "${pkgdir}/usr/share/webapps"
cp -a nextcloud "${pkgdir}/usr/share/webapps/."