summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenhat Hex2022-01-17 08:53:11 -0500
committerXenhat Hex2022-01-17 08:53:11 -0500
commit11f932b616f91114c7f4727cda1c0c5ff9f2e9ce (patch)
treec39e36101d7063bbeb1addfcdcb0be532fa6fdbe
parent651601179cdd1d08e1927489ca873df870970486 (diff)
downloadaur-11f932b616f91114c7f4727cda1c0c5ff9f2e9ce.tar.gz
fix bad shortcut path
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf1ee129855..bc7484dc8fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alchemy-next-viewer-git
pkgdesc = This is the next generation of Alchemy Viewer! - Git Source build
- pkgver = 6.5.2.48009.03b02da5ba
+ pkgver = 6.5.3.48014.ea2de4f658
pkgrel = 1
url = https://www.alchemyviewer.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2df1be099b74..2f504968ad18 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainers: Xenhat Hex (me@xenh.at), Justin Jagieniak <justin@jagieniak.net>
# shellcheck disable=2034,3030,2154
pkgname=alchemy-next-viewer-git
-pkgver=6.5.2.48009.03b02da5ba
+pkgver=6.5.3.48014.ea2de4f658
pkgrel=1
pkgdesc="This is the next generation of Alchemy Viewer! - Git Source build"
arch=('x86_64')
@@ -72,7 +72,7 @@ package() {
mkdir -p "${pkgdir}/opt"
mkdir -p "${pkgdir}/usr/local/share/applications"
mv "${pkgname}/build-linux-64/newview/packaged" "${pkgdir}/opt/${pkgname}"
- install -Dm644 "alchemy-next.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
+ install -Dm644 "alchemy-next.desktop" "${pkgdir}/usr/local/share/applications/${pkgname}.desktop"
# Patch shortcut to avoid duplicated entries
sed -i 's;Name=Alchemy;Name=Alchemy (git build);' "${pkgdir}/usr/local/share/applications/${pkgname}.desktop"
sed -i 's;Name=Alchemy;Name=Alchemy (git build);' "$pkgdir/opt/$pkgname/etc/refresh_desktop_app_entry.sh"