Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / winetricks
Commits: 521d18b5 by Whyme Lyu at 2023-11-29T15:51:41+08:00 Remove xorg-xmessage from depends The source code only references xmessage followed by w_die to inform users that it's incapable of doing certain tasks. The `xmessage` command is never invoked. - - - - - a8f3bdbc by Whyme Lyu at 2023-11-29T15:52:20+08:00 Change arch from x86_64 to any winetricks is written in pure bash. It's totally architecture indenpendent. - - - - - 9aea1de0 by Whyme Lyu at 2023-11-29T15:52:20+08:00 Bump pkgrel to build & test - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -6,12 +6,12 @@ pkgname=winetricks pkgver=20230212 -pkgrel=1 +pkgrel=2 pkgdesc='Script to install various redistributable runtime libraries in Wine.' url='https://wiki.winehq.org/winetricks' license=('LGPL') -arch=('x86_64') -depends=('cabextract' 'perl' 'unzip' 'xorg-xmessage') +arch=('any') +depends=('cabextract' 'perl' 'unzip') optdepends=('zenity: GUI for GNOME desktop' 'kdialog: GUI for KDE desktop') source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/winetricks/-/compare/565d5ceda659132c3c8f41f42dc47a7d22aaae51...9aea1de047fbf43d65e53cea0f517de8d7ab8518 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/winetricks/-/compare/565d5ceda659132c3c8f41f42dc47a7d22aaae51...9aea1de047fbf43d65e53cea0f517de8d7ab8518 You're receiving this email because of your account on gitlab.archlinux.org.
