makedeb
Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
Click here to go back to the commit logs for xivlauncher-git.
Hash: 250faf5fb7ac8f3bbd74ab7338a473c2cfd24651
Message: Remove unneeded dependency on libxio
diff --git a/.SRCINFO b/.SRCINFO
index b6a5ccc..e93cc00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = xivlauncher-git
pkgbase = xivlauncher-git
pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
-pkgrel = 2
-pkgver = 1.0.6.0.r1.7a7d8d3
+pkgrel = 1
+pkgver = 1.0.6.0.r1.8456eca
url = https://github.com/goatcorp/FFXIVQuickLauncher/
arch = amd64
conflicts = xivlauncher
@@ -19,7 +19,6 @@ depends = libxml2
depends = libxcursor1
depends = libxrandr2
depends = libxdamage1
-depends = libxio0
depends = gettext
depends = libfreetype6
depends = libglu1-mesa
@@ -32,7 +31,7 @@ depends = xdg-utils
license = GPL
optdepends = steam
options = !strip
-provides = xivlauncher=1.0.6.0.r1.7a7d8d3
+provides = xivlauncher=1.0.6.0.r1.8456eca
source = XIVLauncher.Core::git+https://github.com/goatcorp/XIVLauncher.Core.git
source = XIVLauncher.desktop
source = openssl_fix.cnf
diff --git a/PKGBUILD b/PKGBUILD
index 6e51a7e..befb8b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: XIVLauncher Linux Maintainers <franz@goat.place>
pkgname=xivlauncher-git
-pkgver=1.0.6.0.r1.7a7d8d3
-pkgrel=2
+pkgver=1.0.6.0.r1.8456eca
+pkgrel=1
#epoch=2
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('amd64')
@@ -19,7 +19,6 @@ depends=(
'libxcursor1'
'libxrandr2'
'libxdamage1'
- 'libxio0'
'gettext'
'libfreetype6'
'libglu1-mesa'