Skip to content

Commit

Permalink
fix: kick out 32 bit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Centzilius committed Mar 19, 2024
1 parent 5c1f1e5 commit aac465a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
37 changes: 19 additions & 18 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
# Maintainer: Vincent Post <[email protected]>
pkgname=xivlauncher
pkgver=1.0.8
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('x86_64')
url='https://github.com/goatcorp/XIVLauncher.Core'
license=('GPL')
depends=(
'aria2'
'sdl2' 'lib32-sdl2'
'sdl2'
'libsecret'
'attr' 'lib32-attr'
'fontconfig' 'lib32-fontconfig'
'lcms2' 'lib32-lcms2'
'libxml2' 'lib32-libxml2'
'libxcursor' 'lib32-libxcursor'
'libxrandr' 'lib32-libxrandr'
'libxdamage' 'lib32-libxdamage'
'libxi' 'lib32-libxi'
'gettext' 'lib32-gettext'
'freetype2' 'lib32-freetype2'
'glu' 'lib32-glu'
'libsm' 'lib32-libsm'
'gcc-libs' 'lib32-gcc-libs'
'libpcap' 'lib32-libpcap'
'faudio' 'lib32-faudio'
'desktop-file-utils' 'jxrlib'
'attr'
'fontconfig'
'lcms2'
'libxml2'
'libxcursor'
'libxrandr'
'libxdamage'
'libxi'
'gettext'
'freetype2'
'glu'
'libsm'
'gcc-libs'
'libpcap'
'faudio'
'desktop-file-utils'
'jxrlib'
)
makedepends=('dotnet-sdk>=6' 'git')
optdepends=('steam')
Expand Down
37 changes: 19 additions & 18 deletions PKGBUILD-git
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
# Maintainer: Vincent Post <[email protected]>
pkgname=xivlauncher-git
pkgver=1.0.6.r15.g9438460
pkgrel=3
pkgrel=4
epoch=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('x86_64')
url='https://github.com/goatcorp/XIVLauncher.Core/'
license=('GPL')
depends=(
'aria2'
'sdl2' 'lib32-sdl2'
'sdl2'
'libsecret'
'attr' 'lib32-attr'
'fontconfig' 'lib32-fontconfig'
'lcms2' 'lib32-lcms2'
'libxml2' 'lib32-libxml2'
'libxcursor' 'lib32-libxcursor'
'libxrandr' 'lib32-libxrandr'
'libxdamage' 'lib32-libxdamage'
'libxi' 'lib32-libxi'
'gettext' 'lib32-gettext'
'freetype2' 'lib32-freetype2'
'glu' 'lib32-glu'
'libsm' 'lib32-libsm'
'gcc-libs' 'lib32-gcc-libs'
'libpcap' 'lib32-libpcap'
'faudio' 'lib32-faudio'
'desktop-file-utils' 'jxrlib'
'attr'
'fontconfig'
'lcms2'
'libxml2'
'libxcursor'
'libxrandr'
'libxdamage'
'libxi'
'gettext'
'freetype2'
'glu'
'libsm'
'gcc-libs'
'libpcap'
'faudio'
'desktop-file-utils'
'jxrlib'
)
makedepends=('dotnet-sdk>=6' 'python-yaml' 'git')
optdepends=('steam')
Expand Down

0 comments on commit aac465a

Please sign in to comment.