diff options
Diffstat (limited to 'user/opengfx/APKBUILD')
-rw-r--r-- | user/opengfx/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/opengfx/APKBUILD b/user/opengfx/APKBUILD index 24e0e621e..60c5cdd44 100644 --- a/user/opengfx/APKBUILD +++ b/user/opengfx/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" options="!check" # Requires GIMP license="GPL-2.0-only" depends="" -makedepends="grfcodec nml cmd:unix2dos cmd:which" +makedepends="grfcodec nml dos2unix cmd:which" subpackages="" source="https://cdn.openttd.org/$pkgname-releases/$pkgver/$pkgname-$pkgver-source.tar.xz" builddir="$srcdir/$pkgname-$pkgver-source" |