Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / winetricks
Commits: c4b81a84 by Felix Yan at 2023-11-29T12:39:07+02:00 upgpkg: 20230212-2 - - - - - c6169fa8 by Felix Yan at 2023-11-29T16:55:24+02:00 Revert "Change arch from x86_64 to any" `archrelease` doesn't like `multilib-any`: ``` ==> ERROR: archrelease: Invalid tag: 'multilib-any' ``` This reverts commit a8f3bdbc4378ea493140df1d0257bf133b8ec613. - - - - - 945933f6 by Felix Yan at 2023-11-29T17:07:59+02:00 upgpkg: 20230212-2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = winetricks + pkgdesc = Script to install various redistributable runtime libraries in Wine. + pkgver = 20230212 + pkgrel = 2 + url = https://wiki.winehq.org/winetricks + arch = x86_64 + license = LGPL + depends = cabextract + depends = perl + depends = unzip + optdepends = zenity: GUI for GNOME desktop + optdepends = kdialog: GUI for KDE desktop + source = winetricks-20230212.tar.gz::https://github.com/Winetricks/winetricks/archive/20230212.tar.gz + sha512sums = 3d2211091754a2a254d5ac8dab27d59d488d512149d8060828cf9d69df96f5ccad183f2ba9f2172452a2ae322236e86e7fce560836a2bc05dc9a36c2a422f245 + +pkgname = winetricks + depends = cabextract + depends = perl + depends = unzip + depends = wine ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ pkgrel=2 pkgdesc='Script to install various redistributable runtime libraries in Wine.' url='https://wiki.winehq.org/winetricks' license=('LGPL') -arch=('any') +arch=('x86_64') depends=('cabextract' 'perl' 'unzip') optdepends=('zenity: GUI for GNOME desktop' 'kdialog: GUI for KDE desktop') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/winetricks/-/compare/9aea1de047fbf43d65e53cea0f517de8d7ab8518...945933f63a9e5554eca2ac570f541e72472d9bab -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/winetricks/-/compare/9aea1de047fbf43d65e53cea0f517de8d7ab8518...945933f63a9e5554eca2ac570f541e72472d9bab You're receiving this email because of your account on gitlab.archlinux.org.
