diff options
author | MCJack123 | 2021-05-10 20:36:31 -0400 |
---|---|---|
committer | MCJack123 | 2021-05-10 20:36:31 -0400 |
commit | f814627d96b20f06ed4340a6090ceddf41c5e6fc (patch) | |
tree | a10156fa5873214ae6e7acf37b8e9a0731aba7dd /PKGBUILD | |
parent | e72e201088fffd5ea0de7fa5e09f18dc478487a5 (diff) | |
download | aur-f814627d96b20f06ed4340a6090ceddf41c5e6fc.tar.gz |
v2.5.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=() |