summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2024-06-07 00:19:45 +0300
committerStelios Tsampas2024-06-07 00:19:45 +0300
commitf754838d1a3046a50c65ba1036b8120e7d0c3c90 (patch)
treed063896f368e5b8f02ae53384391c1e281886676
parent1c2a3eb7520300c1070709c92bfcab7f9bdb6f17 (diff)
downloadaur-wine-ge-custom.tar.gz
wine-ge-custom: Update pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8544108523..64d9222022a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-ge-custom
pkgdesc = A compatibility layer for running Windows programs - GloriousEggroll branch
pkgver = GE.Proton8.26
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = https://github.com/GloriousEggroll/wine-ge-custom
install = wine.install
diff --git a/PKGBUILD b/PKGBUILD
index c6242dadedd7..92b3eaabb85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=wine-ge-custom
_srctag=GE-Proton8-26
_commit=21f5f463cb761b94bcd00553f924f55516389f5b
pkgver=${_srctag//-/.}
-pkgrel=4
+pkgrel=5
epoch=1
_pkgbasever=${pkgver/rc/-rc}
@@ -128,10 +128,10 @@ prepare() {
git config user.email "makepkg@aur.not"
git config user.name "makepkg aur"
git tag wine-ge-8.0 --annotate -m "$pkgver"
+ ./dlls/winevulkan/make_vulkan -x vk.xml
./tools/make_specfiles
./tools/make_requests
- ./dlls/winevulkan/make_vulkan
- autoreconf -f
+ autoreconf -fiv
popd
popd
}