summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2023-03-24 17:30:45 +0000
committerD. Can Celasun2023-03-24 17:30:45 +0000
commit7761e7e1bc13f74858aa785d872dea7f02fa8aa1 (patch)
tree33ad78cd3a9e634af1df7afb93ba418c8738fd5a
parent8b678e5b0a5f8ca0c8928ccf78e3e7a230601ee9 (diff)
downloadaur-7761e7e1bc13f74858aa785d872dea7f02fa8aa1.tar.gz
[paradox-launcher] Update to 2023.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2be5a493b6a..b5f69a3fd650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paradox-launcher
pkgdesc = Paradox Interactive Game Launcher v2
- pkgver = 2023.3
+ pkgver = 2023.4
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.3.deb::https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-linux
- sha256sums = 75d5e39cde98d5b13f6d11ebe0d620ce4c54155d8a83b71bf8447594b2b3bd1d
+ source = paradox-launcher-2023.4.deb::https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-linux
+ sha256sums = 6aeb0eb5e8fabf2614bad1f23ee57ddbd5ead8702c315dc0e666e99d13414182
pkgname = paradox-launcher
diff --git a/PKGBUILD b/PKGBUILD
index ad366b08c3db..7095d19a450b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Can Celasun <can[at]dcc[dot]im>
pkgname=paradox-launcher
-pkgver=2023.3
+pkgver=2023.4
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=('75d5e39cde98d5b13f6d11ebe0d620ce4c54155d8a83b71bf8447594b2b3bd1d')
+sha256sums=('6aeb0eb5e8fabf2614bad1f23ee57ddbd5ead8702c315dc0e666e99d13414182')
pkgver() {
ADDR=$(curl -ILs -o /dev/null -w %{url_effective} ${_source});