summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2023-03-24 16:06:39 +0300
committerAlexey Peschany2023-03-24 16:06:39 +0300
commit479ac7e7bcb1b8aecef6a633af81546f843c2cb5 (patch)
tree2c49bbee0ad6ca99d8b966f5dfd6359d72e1f14c
parentad8d4fc5a4fba72205eec493ecf2e4455a84c6d4 (diff)
downloadaur-479ac7e7bcb1b8aecef6a633af81546f843c2cb5.tar.gz
Update information
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6c38a41ca0..8d599800b3e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mercury-browser-bin
- pkgdesc = The fastest Firefox fork on Earth with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat.
+ pkgdesc = Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat.
pkgver = 110.0a1
pkgrel = 1
- url = https://github.com/Alex313031/Mercury
+ url = https://thorium.rocks/mercury
arch = x86_64
license = MPL
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 2fb484136304..574cd55e6f7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ _pkgname=mercury-browser
pkgname=${_pkgname}-bin
pkgver=110.0a1
pkgrel=1
-pkgdesc="The fastest Firefox fork on Earth with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat."
+pkgdesc="Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat."
arch=('x86_64')
-url="https://github.com/Alex313031/Mercury"
+url="https://thorium.rocks/mercury"
license=('MPL' 'GPL' 'LGPL')
depends=('dbus-glib' 'gtk3' 'libxt' 'nss')
optdepends=('ffmpeg: H264/AAC/MP3 decoding'
@@ -25,12 +25,10 @@ sha256sums=('63e327b78b6688b1c0482f4b927027e2d358aa68182cc8eaa8b70d56796d4228'
package() {
# Create directories
- msg2 "Creating directory structure..."
mkdir -p "$pkgdir"/usr/bin
mkdir -p "$pkgdir"/usr/share/applications
mkdir -p "$pkgdir"/opt
- msg2 "Moving stuff in place..."
# Install
cp -r Mercury/ "$pkgdir"/opt/$_pkgname