summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Menelkir2021-08-02 11:05:56 -0300
committerDaniel Menelkir2021-08-02 11:05:56 -0300
commit577b6cf4fab39f707c328f195ca0905509e57347 (patch)
treea61ea54e8e6b6e2ca9aa2adb73c2650f04e0ed79 /PKGBUILD
parenta1c9ff74b5f73419a29aa83488c884d01f5c520b (diff)
downloadaur-577b6cf4fab39f707c328f195ca0905509e57347.tar.gz
Changed sdl_ttf dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3110552f91c0..8884ce22720e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Tom < reztho at archlinux dot us >
pkgname=openmsx
pkgver=17.0
-pkgrel=1
+pkgrel=2
pkgdesc="The MSX emulator that aims for perfection."
arch=('i686' 'x86_64')
url="http://openmsx.org/"
license=('custom')
-depends=('libxml2' 'sdl' 'sdl_image' 'sdl_ttf' 'tcl' 'libpng' 'zlib')
+depends=('libxml2' 'sdl' 'sdl_image' 'sdl2_ttf' 'tcl' 'libpng' 'zlib')
optdepends=('python' 'jack-audio-connection-kit' 'glew' 'libgl' 'catalyst-utils' 'nvidia-utils' 'nvidia-304xx-utils')
install=${pkgname}.install
source=("https://github.com/openMSX/openMSX/releases/download/RELEASE_${pkgver//./_}/${pkgname}-${pkgver}.tar.gz")