summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2023-10-11 16:30:09 +0300
committerAlexey Peschany2023-10-11 16:30:09 +0300
commitee9c0a48cf84b003210a2880010e95e7240afbf0 (patch)
treed4ea8d1d5f3fafa0bc57b8ecc2470ad9e9272c9a
parent49b19cdd90e3c0d0897b96b0ef4de021ccc7d9df (diff)
downloadaur-ee9c0a48cf84b003210a2880010e95e7240afbf0.tar.gz
Make another build fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5f1cfe93496..3d2afc25a17d 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 = 2
+ pkgrel = 3
url = https://thorium.rocks/mercury
arch = x86_64
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index 972719d7866f..38d2fbe146f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mercury-browser
pkgname=${_pkgname}-bin
pkgver=115.4.0
-pkgrel=2
+pkgrel=3
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,14 @@ package() {
mkdir -p "$pkgdir"/opt
# Install
- cp -r mercury_${pkgver}_linux_x64/mercury/ "$pkgdir"/opt/$_pkgname
+ cp -r mercury_${pkgver}_linux_x64/mercury_${pkgver}_linux_x64/mercury/ "$pkgdir"/opt/$_pkgname
+
+ # Temporal fix
+ # Hope next release won't have this problem
+ chmod +x "$pkgdir"/opt/$_pkgname/mercury
+ chmod +x "$pkgdir"/opt/$_pkgname/mercury-bin
+ chmod +x "$pkgdir"/opt/$_pkgname/glxtest
+ chmod +x "$pkgdir"/opt/$_pkgname/vaapitest
# Launchers
install -m755 $_pkgname.sh "$pkgdir"/usr/bin/$_pkgname