summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2018-12-15 09:31:45 +0100
committerD. Can Celasun2018-12-15 09:31:45 +0100
commiteccc7ed878bc7f3fbe8fdbeaeb9cb603adb41407 (patch)
tree93755107ecf7c4f30a796ea215d748b409a3260d
parent0a7cc62024ce33571381a9ccbc6b395231f13872 (diff)
downloadaur-eccc7ed878bc7f3fbe8fdbeaeb9cb603adb41407.tar.gz
[paradox-launcher] Add gconf dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b92ec933a302..1cd53fc4f5dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Dec 14 22:00:27 UTC 2018
+# Sat Dec 15 08:31:24 UTC 2018
pkgbase = paradox-launcher
pkgdesc = Paradox Interactive Game Launcher
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://play.paradoxplaza.com/
arch = x86_64
license = custom
@@ -11,6 +11,7 @@ pkgbase = paradox-launcher
depends = xdg-utils
depends = freetype2
depends = libgl
+ depends = gconf
source = paradox-launcher-1.0.zip::http://launcher.paradoxplaza.com/linux_launcher
source = paradox-launcher
source = paradox-launcher.desktop
diff --git a/PKGBUILD b/PKGBUILD
index d372346016a7..8d494f69187c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=paradox-launcher
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Paradox Interactive Game Launcher"
arch=('x86_64')
url="https://play.paradoxplaza.com/"
license=('custom')
-depends=("libxi" "xdg-utils" "freetype2" "libgl")
+depends=("libxi" "xdg-utils" "freetype2" "libgl" "gconf")
source=(${pkgname}-${pkgver}.zip::http://launcher.paradoxplaza.com/linux_launcher
${pkgname}
${pkgname}.desktop)