summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMCJack1232021-05-10 20:36:31 -0400
committerMCJack1232021-05-10 20:36:31 -0400
commitf814627d96b20f06ed4340a6090ceddf41c5e6fc (patch)
treea10156fa5873214ae6e7acf37b8e9a0731aba7dd /PKGBUILD
parente72e201088fffd5ea0de7fa5e09f18dc478487a5 (diff)
downloadaur-f814627d96b20f06ed4340a6090ceddf41c5e6fc.tar.gz
v2.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e804700eb762..f906065506cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: JackMacWindows <jackmacwindowslinux@gmail.com>
pkgname=craftos-pc
pkgver=2.5.5
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Advanced ComputerCraft emulator written in C++"
arch=('x86_64' 'i386' 'armv7l' 'aarch64')
@@ -9,7 +9,7 @@ url="https://www.craftos-pc.cc/"
license=('MIT')
groups=()
depends=('craftos-pc-data>=2.5' 'sdl2>=2.0.8' 'sdl2_mixer' 'poco')
-makedepends=()
+makedepends=('unzip')
optdepends=('libharu: PDF output support' 'png++: PNG screenshot support' 'ncurses: CLI mode support')
checkdepends=()
provides=()