惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
B
Blog
罗磊的独立博客
GbyAI
GbyAI
博客园 - 三生石上(FineUI控件)
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
The GitHub Blog
The GitHub Blog
人人都是产品经理
人人都是产品经理
博客园 - Franky
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
MyScale Blog
MyScale Blog
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
aimingoo的专栏
aimingoo的专栏

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker
AUR (en) - paradox-launcher
2026-06-16 · via AUR Newest Packages

dcelasun commented on 2023-05-06 07:32 (UTC)

zjuyk commented on 2023-05-06 07:18 (UTC) (edited on 2023-05-06 07:25 (UTC) by zjuyk)

Hi dcelasun,

You should use direct download link as upstream source instead. What's more, we should follow debian deb's dependency settings. Please check below PKGBUILD.


# Maintainer: Can Celasun <can[at]dcc[dot]im>

pkgname=paradox-launcher
pkgver=2023.6
pkgrel=1
epoch=1
pkgdesc="Paradox Interactive Game Launcher v2"
arch=('x86_64')
url="https://play.paradoxplaza.com/"
license=('custom')
depends=("libnotify" "libxtst" "nss" "alsa-lib" "libxss")
_source=https://launcher.paradoxinteractive.com/v2/paradox-launcher-installer-2023_6.deb
source=(${pkgname}-${pkgver}.deb::${_source})
sha256sums=('be54c8c92eaf8de004792da6b002614779211942adc8b5959db6229cc760fd52')

prepare() {
  cd ${srcdir}
  tar -Jxvf data.tar.xz -C "${srcdir}"
}

package() {
  mkdir -p "${pkgdir}"/opt
  mkdir -p "${pkgdir}"/usr/bin

  cd "${srcdir}"

  cp -R "${srcdir}"/opt/* "${pkgdir}"/opt/ -R
  cp -R "${srcdir}"/usr/* ${pkgdir}/usr/ -R

  sed -i 's|Icon=Launcher|Icon=PDXLauncher|g' "${pkgdir}"/usr/share/applications/paradox-launcher-v2.desktop
  find "${pkgdir}"/usr/share/icons/ -type f -name "Launcher.png" -exec rename Launcher.png PDXLauncher.png {} \;

  ln -s /opt/Paradox\ Interactive/Paradox\ Launcher\ v2/dowser "${pkgdir}"/usr/bin/dowser
}

dcelasun commented on 2023-03-24 17:31 (UTC)

Distag commented on 2023-03-24 17:19 (UTC)

Hi,

sha256sum paradox-launcher-2023.3.deb => 6aeb0eb5e8fabf2614bad1f23ee57ddbd5ead8702c315dc0e666e99d13414182

dcelasun commented on 2023-03-07 15:00 (UTC)

@Distag that's because there is a new version and Paradox doesn't publish versioned links :( I've updated the package, should be fine now.

Distag commented on 2023-03-07 14:55 (UTC)

Hi, thanks you for your great job, but currently there is an issue with the sha256sum

sha256sum paradox-launcher-2023.2.deb => 75d5e39cde98d5b13f6d11ebe0d620ce4c54155d8a83b71bf8447594b2b3bd1d

dcelasun commented on 2023-01-19 19:54 (UTC)

Updated to 2023.1.1 and added automatic version detection.

Roboron commented on 2023-01-19 19:25 (UTC)

hash is out of date again

dcelasun commented on 2023-01-06 12:18 (UTC)

Paradox has a new launcher with a proper versioning scheme. I've updated the package to 2022.14 and bumped the epoch.