summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-16 16:52:44 +0100
committerDaniel Peukert2020-02-16 16:52:44 +0100
commiteddc12b94310122f26a3d0e9cecfdd4c63c706e6 (patch)
tree73505689eeca3f928cfdd8c9f7792174ee35c4c9
parent28baf3e01c1e35e269508d2f87c47a378ebf6a60 (diff)
downloadaur-eddc12b94310122f26a3d0e9cecfdd4c63c706e6.tar.gz
Fixed app.asar.unpacked path
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc4531c6846f..cb717b95f3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ferdi
pkgdesc = A messaging browser that allows you to combine your favorite messaging services into one application
pkgver = 5.4.3
- pkgrel = 3
+ pkgrel = 4
url = https://getferdi.com
arch = x86_64
arch = i686
@@ -10,9 +10,9 @@ pkgbase = ferdi
license = Apache
makedepends = npm
depends = electron
- source = ferdi-5.4.3-3.tar.gz::https://github.com/getferdi/ferdi/archive/v5.4.3.tar.gz
- source = ferdi-5.4.3-3-recipes.tar.gz::https://github.com/getferdi/recipes/archive/3dcb305ffb706a7604cdfbadf7f2d2e236cb223d.zip
- source = ferdi-5.4.3-3-internal-server.tar.gz::https://github.com/getferdi/internal-server/archive/c39e8b45a51387f24d30e62a170681fc3422ad08.zip
+ source = ferdi-5.4.3-4.tar.gz::https://github.com/getferdi/ferdi/archive/v5.4.3.tar.gz
+ source = ferdi-5.4.3-4-recipes.tar.gz::https://github.com/getferdi/recipes/archive/3dcb305ffb706a7604cdfbadf7f2d2e236cb223d.zip
+ source = ferdi-5.4.3-4-internal-server.tar.gz::https://github.com/getferdi/internal-server/archive/c39e8b45a51387f24d30e62a170681fc3422ad08.zip
source = ferdi.desktop
source = ferdi.sh
source = fix-autostart-path.diff
diff --git a/PKGBUILD b/PKGBUILD
index a5fe06b5c0ec..962be88077fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname='ferdi'
pkgver='5.4.3'
_recipescommit='3dcb305ffb706a7604cdfbadf7f2d2e236cb223d'
_internalservercommit='c39e8b45a51387f24d30e62a170681fc3422ad08'
-pkgrel='3'
+pkgrel='4'
pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://get$pkgname.com"
@@ -90,8 +90,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"