makedeb


xivlauncher-rb 1.1.0.18-1


Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite - RB edition)

Click here to go back to the commit logs for xivlauncher-rb.

Commit:


Hash: f6d3505e9cc89391ef1fe11169bca35cea57a102

Message: Remove libxio0 dependency. It's not needed.

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 605ea59..8857c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = xivlauncher-rb
 pkgbase = xivlauncher-rb
 pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite - RB edition)
-pkgrel = 1
+pkgrel = 2
 pkgver = 1.1.0.14
 url = https://github.com/rankynbass/XIVLauncher.Core/tree/RB-patched
 arch = amd64
@@ -19,7 +19,6 @@ depends = libxml2
 depends = libxcursor1
 depends = libxrandr2
 depends = libxdamage1
-depends = libxio0
 depends = gettext
 depends = libfreetype6
 depends = libglu1-mesa
diff --git a/PKGBUILD b/PKGBUILD
index 5cbabed..2a4b056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: XIVLauncher Linux Maintainers <franz@goat.place>
 pkgname=xivlauncher-rb
 pkgver=1.1.0.14
-pkgrel=1
+pkgrel=2
 #epoch=2
 pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite - RB edition)"
 arch=('amd64')
@@ -19,7 +19,6 @@ depends=(
     'libxcursor1'
     'libxrandr2'
     'libxdamage1'
-    'libxio0'
     'gettext'
     'libfreetype6'
     'libglu1-mesa'