summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2023-05-04 15:05:34 +0100
committerD. Can Celasun2023-05-04 15:05:34 +0100
commitd141aa90cc45a87db16cb642149e9affb6522bcb (patch)
tree2f73a1b8c37bc6c086288d0985007f69943ad178
parent7761e7e1bc13f74858aa785d872dea7f02fa8aa1 (diff)
downloadaur-d141aa90cc45a87db16cb642149e9affb6522bcb.tar.gz
[paradox-launcher] Update to 2023.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5f69a3fd650..390158ceedbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paradox-launcher
pkgdesc = Paradox Interactive Game Launcher v2
- pkgver = 2023.4
+ pkgver = 2023.5
pkgrel = 1
epoch = 1
url = https://play.paradoxplaza.com/
@@ -11,7 +11,7 @@ pkgbase = paradox-launcher
depends = freetype2
depends = libgl
depends = gconf
- source = paradox-launcher-2023.4.deb::https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-linux
- sha256sums = 6aeb0eb5e8fabf2614bad1f23ee57ddbd5ead8702c315dc0e666e99d13414182
+ source = paradox-launcher-2023.5.deb::https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-linux
+ sha256sums = 4a669e42a5f7e04536bce8377335ce3fab77d5262f161978ca7c3cfda98c88f4
pkgname = paradox-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 7095d19a450b..b12159edec0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Can Celasun <can[at]dcc[dot]im>
pkgname=paradox-launcher
-pkgver=2023.4
+pkgver=2023.5
pkgrel=1
epoch=1
pkgdesc="Paradox Interactive Game Launcher v2"
@@ -11,7 +11,7 @@ license=('custom')
depends=("libxi" "xdg-utils" "freetype2" "libgl" "gconf")
_source=https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-linux
source=(${pkgname}-${pkgver}.deb::${_source})
-sha256sums=('6aeb0eb5e8fabf2614bad1f23ee57ddbd5ead8702c315dc0e666e99d13414182')
+sha256sums=('4a669e42a5f7e04536bce8377335ce3fab77d5262f161978ca7c3cfda98c88f4')
pkgver() {
ADDR=$(curl -ILs -o /dev/null -w %{url_effective} ${_source});