makedeb


proton-ge-custom-bin 8.3-1


A fancy custom distribution of Valves Proton with various patches

Click here to go back to the commit logs for proton-ge-custom-bin.

Commit:


Hash: bf66fe69f347f909da887e72aaef85eb90454dea

Message: Updated Proton-GE to 6.18-GE-2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e144460..27d4415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
 
 pkgbase = proton-ge-custom-bin
 	pkgdesc = A fancy custom distribution of Valves Proton with various patches
-	pkgver = 6.16
-	pkgrel = 1
+	pkgver = 6.18
+	pkgrel = 2
 	url = https://github.com/GloriousEggroll/proton-ge-custom
 	changelog = changelog
 	arch = x86_64
@@ -23,14 +23,14 @@ pkgbase = proton-ge-custom-bin
 	optdepends = wine: support for 32bit prefixes
 	optdepends = xboxdrv: gamepad driver service
 	provides = proton
-	provides = proton-ge-custom=6.16
+	provides = proton-ge-custom=6.18
 	conflicts = proton-ge-custom-stable-bin
 	conflicts = proton-ge-custom
 	options = !strip
 	backup = usr/share/steam/compatibilitytools.d/proton-ge-custom/user_settings.py
-	source = proton-ge-custom-6.16-GE-1_1.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/6.16-GE-1/Proton-6.16-GE-1.tar.gz
+	source = proton-ge-custom-6.18-GE-2_2.tar.gz::https://github.com/GloriousEggroll/proton-ge-custom/releases/download/6.18-GE-2/Proton-6.18-GE-2.tar.gz
 	source = supplementary.tar.zst
-	sha512sums = 3f0b48852625833c177c078314f7cbf5c5da52d106e25d56c9fdb39400e376e64761f5a7d7cada65d86d0fe9ba6cec51a2424f1e9fdde62b15bcfad5c7aa3329
+	sha512sums = 589228657b1ab898104e462d4c950354c3fa7182493b681068a89c9c01ea6913a58abb6db34898bc55e3474d2092975a9c8766ef11620030d945cca030618b92
 	sha512sums = 9925a9972a9bed9b9e71c2aa169db03eeb72307336c3ed004434397deb379b55eb13b249ca9c0b28f48dd5ea728a1ad32685b84e2dcab881ba428c2acb7bc58d
 
 pkgname = proton-ge-custom-bin
diff --git a/PKGBUILD b/PKGBUILD
index c0dc5b3..5ec6053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
 ## pkginfo
 pkgdesc="A fancy custom distribution of Valves Proton with various patches"
 pkgname=proton-ge-custom-bin
-pkgver=6.16
-pkgrel=1
+pkgver=6.18
+pkgrel=2
 arch=('x86_64')
 license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
 changelog=changelog
@@ -28,7 +28,7 @@ options=('!strip')
 
 ## fix naming conventions, matching upstream
 _pkgname=${pkgname//-bin/}
-_pkgver="${pkgver}-GE-1"
+_pkgver="${pkgver}-GE-${pkgrel}"
 _srcdir=Proton-${_pkgver}
 
 ## paths and files
@@ -44,7 +44,7 @@ backup=("${_protoncfg}")
 url='https://github.com/GloriousEggroll/proton-ge-custom'
 source=(${_pkgname}-${_pkgver}_${pkgrel}.tar.gz::"${url}/releases/download/${_pkgver}/${_srcdir}.tar.gz"
         "supplementary.tar.zst")
-sha512sums=('3f0b48852625833c177c078314f7cbf5c5da52d106e25d56c9fdb39400e376e64761f5a7d7cada65d86d0fe9ba6cec51a2424f1e9fdde62b15bcfad5c7aa3329'
+sha512sums=('589228657b1ab898104e462d4c950354c3fa7182493b681068a89c9c01ea6913a58abb6db34898bc55e3474d2092975a9c8766ef11620030d945cca030618b92'
             '9925a9972a9bed9b9e71c2aa169db03eeb72307336c3ed004434397deb379b55eb13b249ca9c0b28f48dd5ea728a1ad32685b84e2dcab881ba428c2acb7bc58d')
 
 build() {