summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron J. Graves2020-03-13 16:39:00 -0500
committerAaron J. Graves2020-03-13 16:39:00 -0500
commite49fbd55ac4192bac822fc4e68147608024e2348 (patch)
treeb033c4529849c1c3132dd315ace2d06e8e5b9256
parent065bae9c613ac73a00b0a1e5bf607dcfda945269 (diff)
downloadaur-e49fbd55ac4192bac822fc4e68147608024e2348.tar.gz
Attempt to fix reported problem with prepare() statement
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1190e8b454bd..13bedb86d3c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = criptext-bin
pkgdesc = Official Criptext encrypted email client
pkgver = 0.28.0
- pkgrel = 1
+ pkgrel = 2
url = https://criptext.com/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 5cc8dcd9f817..9be775cbfcbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron J Graves <linux@ajgraves.com>
pkgname=criptext-bin
pkgver=0.28.0
-pkgrel=1
+pkgrel=2
pkgdesc='Official Criptext encrypted email client'
arch=('x86_64')
url='https://criptext.com/'
@@ -24,7 +24,7 @@ prepare() {
# Update .desktop file
sed -i 's|Exec=AppRun|Exec=/usr/bin/criptext|g' \
- "squashfs-root/${pkgname%-bin}.desktop"
+ "${srcdir}/squashfs-root/${pkgname%-bin}.desktop"
}
package() {