makedeb
A fancy custom distribution of Valves Proton with various patches
Click here to go back to the commit logs for proton-ge-custom-bin.
Hash: 5629b0222774f395eda60838628ce212ccd9fcce
Message: Couple of fixes; updated supplementary.tar.zst
diff --git a/.SRCINFO b/.SRCINFO
index e1b3725..988554f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = proton-ge-custom-bin
pkgdesc = A fancy custom distribution of Valves Proton with various patches
pkgver = 7.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
changelog = changelog.md
arch = x86_64
@@ -45,6 +45,6 @@ pkgbase = proton-ge-custom-bin
source = proton-ge-custom-7_3.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton7-3/GE-Proton7-3.tar.gz
source = supplementary.tar.zst
sha512sums = d3d43785bfdc7fd9af1c47d1dc109c77c0abeb4f552f764a0ce6ebf8e127701fd0a32ce3cc2ed1cae350622883760bf94e93d815669155896de44a5825e6904d
- sha512sums = 44e72a7ac5014cbb9686aed4b9c8c83011947610d8365b51cef5e2527c787cc1752e2aa64895b8a18d8b4af774c75acf62a27ec392c38b61d9ea8cb43fbda8fe
+ sha512sums = 6a0edd52bbbe0bc724bcb92a3fe05b22393d4e7e40869c3eb978c6a997ac2ace2af76809fa7587513848c86ab29285665cdcd2e1ddb7a1de5fd0cf950e889383
pkgname = proton-ge-custom-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9fbaa18..ed12248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgdesc="A fancy custom distribution of Valves Proton with various patches"
pkgname=proton-ge-custom-bin
pkgver=7.3
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
changelog=changelog.md
@@ -61,7 +61,7 @@ url='https://github.com/GloriousEggroll/proton-ge-custom'
source=(${_pkgname}-${_pkgver}.tar.gz::"${url}/releases/download/${_srcdir}/${_srcdir}.tar.gz"
"supplementary.tar.zst")
sha512sums=('d3d43785bfdc7fd9af1c47d1dc109c77c0abeb4f552f764a0ce6ebf8e127701fd0a32ce3cc2ed1cae350622883760bf94e93d815669155896de44a5825e6904d'
- '44e72a7ac5014cbb9686aed4b9c8c83011947610d8365b51cef5e2527c787cc1752e2aa64895b8a18d8b4af774c75acf62a27ec392c38b61d9ea8cb43fbda8fe')
+ '6a0edd52bbbe0bc724bcb92a3fe05b22393d4e7e40869c3eb978c6a997ac2ace2af76809fa7587513848c86ab29285665cdcd2e1ddb7a1de5fd0cf950e889383')
build() {
## patches
@@ -71,8 +71,7 @@ sed -i -r 's|"GE-Proton.*"|"Proton-GE"|' ${_srcdir}/compatibilitytool.vdf
## remove artifacts
rm "${_srcdir}"/protonfixes/*.tar.xz
## fixes from namcap inspection
-chmod -R a+r "${_srcdir}"/protonfixes/gamefixes
-strip --preserve-dates --strip-unneeded "${_srcdir}"/dist/bin/wine*
+strip --preserve-dates --strip-unneeded "${_srcdir}"/files/bin/wine*
}
package() {
diff --git a/supplementary.tar.zst b/supplementary.tar.zst
index 3b3aea2..6ef2ba3 100644
Binary files a/supplementary.tar.zst and b/supplementary.tar.zst differ