Skip to content

Commit

Permalink
wine-cachyos-opt: version 9.0-20250106
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel authored and ptr1337 committed Jan 8, 2025
1 parent b1322bc commit 0434abe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions wine-cachyos-opt/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = wine-cachyos-opt
pkgdesc = A compatibility layer for running Windows programs, with extra CachyOS flavor (installs under /opt)
pkgver = 9.0.20241206
pkgver = 9.0.20250106
pkgrel = 1
epoch = 2
url = https://github.com/CachyOS/wine-cachyos
Expand Down Expand Up @@ -125,12 +125,12 @@ pkgbase = wine-cachyos-opt
options = !staticlibs
options = !lto
options = !debug
source = wine-cachyos::git+https://github.com/CachyOS/wine-cachyos.git#tag=cachyos-9.0-20241206-wine
source = wine-cachyos::git+https://github.com/CachyOS/wine-cachyos.git#tag=cachyos-9.0-20250106-wine
source = 30-win32-aliases.conf
source = wine-binfmt.conf
validpgpkeys = 5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
validpgpkeys = DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
b2sums = a435ae7ddcfe6a386e4a5e78521ae31ab51ee716c5fd270fd93301a4a55e88bed9220ff1245a763bdd1b211c04a32e4047479579d3c7c19e859820dd4426b7a1
b2sums = fa8acac6d7484130a7418f65ad0441e300eeccc33cfb39d68e3892b68ac24d5cd3b2898807fd5fab3156cb10b84b24f6586d5d7b558fc2b624fa9e2d3229a18f
b2sums = 45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b
b2sums = e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588

Expand Down
6 changes: 3 additions & 3 deletions wine-cachyos-opt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Contributor: Giovanni Scafora <[email protected]>

pkgname=wine-cachyos-opt
_srctag=9.0-20241206
_srctag=9.0-20250106
pkgver=${_srctag//-/.}
pkgrel=1
epoch=2
Expand Down Expand Up @@ -114,9 +114,9 @@ prepare() {
git config user.email "[email protected]"
git config user.name "wine cachyos"
git tag wine-9.0 --annotate -m "$pkgver" --force
./tools/make_requests
./dlls/winevulkan/make_vulkan -x vk.xml
./tools/make_specfiles
./tools/make_requests
autoreconf -fiv
popd
}
Expand Down Expand Up @@ -228,6 +228,6 @@ package() {
}

# vim:set ts=8 sts=2 sw=2 et:
b2sums=('a435ae7ddcfe6a386e4a5e78521ae31ab51ee716c5fd270fd93301a4a55e88bed9220ff1245a763bdd1b211c04a32e4047479579d3c7c19e859820dd4426b7a1'
b2sums=('fa8acac6d7484130a7418f65ad0441e300eeccc33cfb39d68e3892b68ac24d5cd3b2898807fd5fab3156cb10b84b24f6586d5d7b558fc2b624fa9e2d3229a18f'
'45db34fb35a679dc191b4119603eba37b8008326bd4f7d6bd422fbbb2a74b675bdbc9f0cc6995ed0c564cf088b7ecd9fbe2d06d42ff8a4464828f3c4f188075b'
'e9de76a32493c601ab32bde28a2c8f8aded12978057159dd9bf35eefbf82f2389a4d5e30170218956101331cf3e7452ae82ad0db6aad623651b0cc2174a61588')

0 comments on commit 0434abe

Please sign in to comment.