summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIntegral2022-09-22 14:20:33 +0800
committerIntegral2022-09-22 14:20:33 +0800
commit0418a15033744cb7f9042c2ccde2d4d877e0693e (patch)
tree6f97b3031d73e63a9f239cc799716a2a402b51cd
parentb674732fca4eaea296d9f08ed80a3c9046a6d3f2 (diff)
downloadaur-0418a15033744cb7f9042c2ccde2d4d877e0693e.tar.gz
small fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68c151f000e0..8160b26a1feb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://shimo.im/"
license=('custom')
depends=('nss' 'alsa-lib' 'java-runtime' 'libnet' 'gtk3' 'libxkbcommon-x11')
source=(
- "https://as.smvm.cn/panther/shimo/release/linux/x64/shimo_v${pkgver}-release.98ec8bb.shimo_linux-amd64.deb"
+ "https://as.smvm.cn/panther/shimo/release/linux/x64/shimo_v${pkgver}-release.98ec8bb.shimo_linux-amd64.deb"
)
sha512sums=('ccebe1e6e8be1b6292a59c21aee5b24fae8ced93e6abb4f60850af9bb74696f816368224d886a979c245963ee2a20c737c89677c552af3c2574f7827b7e62aec')
@@ -21,7 +21,7 @@ package() {
echo " -> Installing..."
# Launcher
mkdir -p "${pkgdir}/usr/bin/"
- ln -s "/opt/${_pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
+ ln -s "/opt/${_pkgname}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
# License
install -Dm644 "${pkgdir}/opt/shimo/LICENSE.electron.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm644 "${pkgdir}/opt/shimo/LICENSES.chromium.html" -t "${pkgdir}/usr/share/licenses/${pkgname}/"