summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sager2020-02-07 06:55:39 -0800
committerMike Sager2020-02-07 06:55:39 -0800
commitd1760856decf3d4f486754ca5f34d206dcb0c477 (patch)
treee2f26961e4e8af2338b14b86ad77f91326fa851b
parentd82905d951b351d32ef93a4d4e5659d9769a4fa1 (diff)
downloadaur-d1760856decf3d4f486754ca5f34d206dcb0c477.tar.gz
Fix the shell script in /usr/bin/syncfigstudio that points to the wrong filename for the appimage.
-rw-r--r--PKGBUILD4
-rw-r--r--synfigstudio.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f0ae734e719..87946225b8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=synfigstudio
pkgname=${_pkgname}-appimage
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Professional vector animation program (GUI)"
arch=('x86_64')
url="https://www.synfig.org"
@@ -29,7 +29,7 @@ sha256sums=(
'6c4cb9ce465aa1e1bd8fd528add089cd1bdf690847f61cceb428a8f72e5e02f9'
'cf1d7721325196f0b606a152c7b651c0abf735cb9c72ffbdb036e30517d3f725'
'3e6b8fd52343b942c131f51f791e6ec8bcce36a15e4538b859f01a2f5674958e'
- '17142491c74d26b8fad361f946f4d599e35991625ec6b966b88be11665816930'
+ '5150126853ec6ec646fb9bb02d62cf0346d6e362a83acc8be604b34cbf7ebbab'
)
options=(!strip)
diff --git a/synfigstudio.sh b/synfigstudio.sh
index c492e8fb37f3..ebefc2827017 100644
--- a/synfigstudio.sh
+++ b/synfigstudio.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-/opt/appimages/synfigstudio.appimage "$@"
+/opt/appimages/synfigstudio.AppImage "$@"