summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron J. Graves2021-05-02 14:58:19 -0500
committerAaron J. Graves2021-05-02 14:58:19 -0500
commit089c31dd38d805665d1832c4b7c1b451e9324b96 (patch)
treecfd1e7b9f67fae0fe6cbba5d922954dd12a84da0 /PKGBUILD
parent67ad23113f46a40b25f5801d8e919fa97c84254b (diff)
downloadaur-089c31dd38d805665d1832c4b7c1b451e9324b96.tar.gz
Fix for wrong destination on install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e66d04fd42b..9aa567ece2f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cryptomator-bin
pkgver=1.5.15
-pkgrel=1
+pkgrel=2
pkgdesc="Multiplatform transparent client-side encryption of your files in the cloud."
arch=('x86_64')
url="https://cryptomator.org/"
@@ -25,7 +25,7 @@ sha256sums=('cdaa5221fc166fed76fe4a894939d335559e8840d8c354e3e1c8fd2135dfccd5'
options=('!strip')
package() {
- install -Dm755 "${srcdir}/cryptomator-${pkgver}-${pkgrel}-x86_64.AppImage" "${pkgdir}/opt/cryptomator/cryptomator-${pkgver}-x86_64.AppImage"
+ install -Dm755 "${srcdir}/cryptomator-${pkgver}-${pkgrel}-x86_64.AppImage" "${pkgdir}/opt/${pkgname}/cryptomator-${pkgver}-x86_64.AppImage"
install -Dm644 "${srcdir}/cryptomator-vault.xml" "${pkgdir}/usr/share/mime/packages/cryptomator-vault.xml"
install -Dm644 "${srcdir}/org.cryptomator.Cryptomator.desktop" "${pkgdir}/usr/share/applications/org.cryptomator.Cryptomator.desktop"
install -Dm644 "${srcdir}/org.cryptomator.Cryptomator.png" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/org.cryptomator.Cryptomator.png"