summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2023-10-09 11:26:07 +0300
committerAlexey Peschany2023-10-09 11:26:07 +0300
commit6e66c100553695ffb979858b3178c1f37d8d7497 (patch)
treef79cdc10ba10993db684b8d2b863a4f9803e4bce
parentf0bd4e7187d0fd3135bb82d0b7a0c0e04b690578 (diff)
downloadaur-6e66c100553695ffb979858b3178c1f37d8d7497.tar.gz
Fix broken symlinks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b230c38c84de..d5f1cfe93496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mercury-browser-bin
pkgdesc = Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat.
pkgver = 115.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://thorium.rocks/mercury
arch = x86_64
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index fa945de9de06..100795e45fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mercury-browser
pkgname=${_pkgname}-bin
pkgver=115.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat."
arch=('x86_64')
url="https://thorium.rocks/mercury"
@@ -30,7 +30,8 @@ package() {
mkdir -p "$pkgdir"/opt
# Install
- cp -r mercury_115.3.0_linux_x64/ "$pkgdir"/opt/$_pkgname
+ mv mercury_115.3.0_linux_x64/ mercury_${pkgver}_linux_x64/
+ cp -r mercury_${pkgver}_linux_x64/mercury/ "$pkgdir"/opt/$_pkgname
# Launchers
install -m755 $_pkgname.sh "$pkgdir"/usr/bin/$_pkgname