Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
wine-nine
Commits:
5e64fe67 by Laurent Carlier at 2024-12-07T16:19:26+01:00
upgpkg: 0.10-1: upstream update 0.10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wine-nine
pkgdesc = Gallium Nine Standalone
- pkgver = 0.9
+ pkgver = 0.10
pkgrel = 1
url = https://github.com/iXit/wine-nine-standalone
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = wine-nine
makedepends = lib32-mesa
makedepends = wine
makedepends = meson
- source = git+https://github.com/iXit/wine-nine-standalone.git#tag=v0.9
- sha256sums = SKIP
+ source = git+https://github.com/iXit/wine-nine-standalone.git#tag=v0.10
+ sha256sums =
9329efed6e8f8d2a73f12b9fb8ce3e65748c60dde0122cad2d4e2a3695948c36
pkgname = wine-nine
depends = lib32-mesa
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Jason Stryker <inbox at jasonstryker dot com>
pkgname=('wine-nine')
-_tag=0.9
-pkgver=0.9
+_tag=0.10
+pkgver=0.10
pkgrel=1
pkgdesc="Gallium Nine Standalone"
arch=('x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/iXit/wine-nine-standalone"
license=('LGPL2')
makedepends=('git' 'filesystem' 'lib32-mesa' 'wine' 'meson')
source=("git+${url}.git#tag=v${_tag}")
-sha256sums=('SKIP')
+sha256sums=('9329efed6e8f8d2a73f12b9fb8ce3e65748c60dde0122cad2d4e2a3695948c36')
_backports=(7c5e71a584e359814b80cdb411e0ffe2f7ce2f86)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-nine/-/commit/5e64fe67a936a804a396e6a12cb6538b7913ae43
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wine-nine/-/commit/5e64fe67a936a804a396e6a12cb6538b7913ae43
You're receiving this email because of your account on gitlab.archlinux.org.