Replace libgl dep with opengl-driver

This commit is contained in:
Petr Mrázek 2022-05-09 09:20:15 +02:00
parent f7b65b6fda
commit 102d92f53d
2 changed files with 7 additions and 7 deletions

View file

@ -1,13 +1,13 @@
pkgbase = multimc-bin
pkgdesc = Free, open source launcher and instance manager for Minecraft.
pkgver = 1.6
pkgrel = 1
pkgrel = 2
url = http://multimc.org/
arch = i686
arch = x86_64
license = Apache
depends = zlib
depends = libgl
depends = opengl-driver
depends = qt5-base
depends = qt5-x11extras
depends = qt5-svg
@ -21,8 +21,8 @@ pkgbase = multimc-bin
conflicts = multimc5
conflicts = multimc5-git
noextract = multimc-bin-1.6.deb
source = multimc-bin-1.6.deb::https://files.multimc.org/downloads/multimc_1.6-1.deb
source = https://raw.githubusercontent.com/MultiMC/Launcher/develop/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1
source = multimc-bin-1.6.deb::https://files.multimc.org/downloads/multimc_1.6-2.deb
source = https://raw.githubusercontent.com/MultiMC/Launcher/f45f83173662ea8d28a6d69a5312679df76d762b/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1
sha1sums = b943427e5f32f6a41d77a373029731c67571901d
sha1sums = b4f1dfc021fbf6be22b066734364a1f87ed37214

View file

@ -1,16 +1,16 @@
# Maintainer: Petr Mrázek <peterix@gmail.com>
pkgname=multimc-bin
pkgver=1.6
pkgrel=1
pkgrel=2
pkgdesc="Free, open source launcher and instance manager for Minecraft."
arch=('i686' 'x86_64')
url="http://multimc.org/"
license=('Apache')
depends=('zlib' 'libgl' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'xorg-xrandr' 'zenity' 'wget')
depends=('zlib' 'opengl-driver' 'qt5-base' 'qt5-x11extras' 'qt5-svg' 'xorg-xrandr' 'zenity' 'wget')
conflicts=('multimc' 'multimc5' 'multimc5-git')
provides=('multimc' 'multimc5' 'multimc5-git')
source=("$pkgname-$pkgver.deb::https://files.multimc.org/downloads/multimc_$pkgver-$pkgrel.deb"
"https://raw.githubusercontent.com/MultiMC/Launcher/develop/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1")
"https://raw.githubusercontent.com/MultiMC/Launcher/f45f83173662ea8d28a6d69a5312679df76d762b/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1")
sha1sums=('b943427e5f32f6a41d77a373029731c67571901d'
'b4f1dfc021fbf6be22b066734364a1f87ed37214')
noextract=("$pkgname-$pkgver.deb")