summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-16 16:52:53 +0100
committerDaniel Peukert2020-02-16 16:52:53 +0100
commit8ca1a4fda92c4fdf0d541ad6abb22024227df14a (patch)
tree14e28a2c20f7d0d0f4292109db4ca08d7367c1da
parent2c00bec8f6fc7502add4100478a4efe77d2e3e5a (diff)
downloadaur-8ca1a4fda92c4fdf0d541ad6abb22024227df14a.tar.gz
Fixed app.asar.unpacked path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b697339147ca..d696faf21ccf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ferdi-git
pkgdesc = A messaging browser that allows you to combine your favorite messaging services into one application - git version
pkgver = 5.4.1.beta.5.r271.gf07b3f70
- pkgrel = 3
+ pkgrel = 4
url = https://getferdi.com
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4ddf7461a8ec..63eb080dcd13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname='ferdi'
pkgname="$_pkgname-git"
pkgver='5.4.1.beta.5.r271.gf07b3f70'
-pkgrel='3'
+pkgrel='4'
pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application - git version'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://get$_pkgname.com"
@@ -100,8 +100,8 @@ package() {
cd "$srcdir/$_sourcedirectory/"
install -Dm644 'out/linux-unpacked/resources/app.asar' "$pkgdir/usr/lib/$_pkgname/app.asar"
- install -dm755 "$pkgdir/usr/lib/$_pkgname/resources/app.asar.unpacked/"
- cp -r --no-preserve=ownership --preserve=mode 'out/linux-unpacked/resources/app.asar.unpacked/recipes/' "$pkgdir/usr/lib/$_pkgname/resources/app.asar.unpacked/recipes/"
+ install -dm755 "$pkgdir/usr/lib/$_pkgname/app.asar.unpacked/"
+ cp -r --no-preserve=ownership --preserve=mode 'out/linux-unpacked/resources/app.asar.unpacked/recipes/' "$pkgdir/usr/lib/$_pkgname/app.asar.unpacked/recipes/"
install -Dm755 "../$_pkgname.sh" "$pkgdir/usr/bin/ferdi"