summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2021-05-15 14:58:29 -0400
committerDavid Parrish2021-05-15 14:58:29 -0400
commitba2693b34291c5a9db3354ba41377afba4aa58c1 (patch)
tree59999f68ebcb17e1e5d818fde6d42378912984c6
parent4879204c120066dcc1babbd7fa9a96563ea92f4b (diff)
downloadaur-ba2693b34291c5a9db3354ba41377afba4aa58c1.tar.gz
Fix desktop icon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 556988dce337..c295e8fd6ca5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bisq-bin
pkgdesc = Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges
pkgver = 1.6.4
- pkgrel = 2
+ pkgrel = 3
url = https://bisq.network
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index e22c29cd7a50..aa4898a70a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bisq-bin
pkgver=1.6.4
-pkgrel=2
+pkgrel=3
pkgdesc="Cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges"
arch=('x86_64')
url="https://bisq.network"
@@ -28,6 +28,6 @@ package() {
# Symlink some files to complete install.
ln -s "/opt/bisq/bin/$_binname" "$pkgdir/usr/bin/bisq"
- ln -s "/opt/bisq/${_binname}.desktop" "${pkgdir}/usr/share/applications/bisq.desktop"
- ln -s "/opt/bisq/${_binname}.png" "${pkgdir}/usr/share/pixmaps/bisq.png"
+ ln -s "/opt/bisq/lib/bisq-${_binname}.desktop" "${pkgdir}/usr/share/applications/bisq.desktop"
+ ln -s "/opt/bisq/lib/${_binname}.png" "${pkgdir}/usr/share/pixmaps/bisq.png"
}