summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Price2018-08-28 09:05:20 +0100
committerWill Price2018-08-28 09:05:20 +0100
commit32381486dd30f97373558edb226630ddd7ce8121 (patch)
tree04ea7722d1834843790b7f4f8d313de551a67c66
parentcb693282d0807123427655dbd8884fe599c3b21f (diff)
downloadaur-32381486dd30f97373558edb226630ddd7ce8121.tar.gz
Fix v2.2.0 build
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cf0b9ecab10..d78c86fe378b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gingko
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Gingko is a new kind of tool, that lets you shape your ideas with lists, outlines and cards, all in the same clean interface.'
arch=('x86_64' 'i686')
url='https://gingko.io/'
@@ -23,7 +23,7 @@ prepare() {
package() {
install -d -m 755 "${pkgdir}/usr/bin/"
install -d -m 755 "${pkgdir}/opt/${pkgname}"
- cp -Rr "${srcdir}/squashfs-root/app/"* "${pkgdir}/opt/${pkgname}"
+ cp -Rr "${srcdir}/squashfs-root/"* "${pkgdir}/opt/${pkgname}"
install -d -m755 "${pkgdir}/usr/share/icons/hicolor"
cp -Rr "${srcdir}/squashfs-root/usr/share/icons/hicolor/" \