aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2021-07-13 14:41:27 +0200
committerGordian Edenhofer2021-07-13 14:41:27 +0200
commitd017cd3edd4cef3b93427e06c8d153da4b50c457 (patch)
treeff5c82327d986155ac88cdf819c4bc34b91ef865
parent5d4228fc1e5cb64ba90a4e7eb58bcb1f885afba8 (diff)
downloadaur-d017cd3edd4cef3b93427e06c8d153da4b50c457.tar.gz
upgpkg: cuberite 1.12.2c0_094cd61-3
Update the dependency array to replace GNU screen with tmux. upgpkg: cuberite-bin 1.12.2b258-3 upgpkg: papermc 1.17.1+b100-3 upgpkg: spigot 1.17.1+b131-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20ad5c5ba2bf..845d14fb3967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cuberite-bin
pkgdesc = A Minecraft-compatible multiplayer game server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. It is compatible with the vanilla Minecraft client.
pkgver = 1.12.2b258
- pkgrel = 2
+ pkgrel = 3
url = https://cuberite.org/
install = cuberite.install
arch = i686
@@ -9,7 +9,7 @@ pkgbase = cuberite-bin
arch = armv7h
license = Apache
depends = lua
- depends = screen
+ depends = tmux
depends = sudo
depends = bash
depends = awk
diff --git a/PKGBUILD b/PKGBUILD
index dd6899f83127..76f450714298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ _build_i686=268
_build_x86_64=258
_build_armv7h=258
pkgver="${_pkgver}b${_build_x86_64}"
-pkgrel=2
+pkgrel=3
pkgdesc="A Minecraft-compatible multiplayer game server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. It is compatible with the vanilla Minecraft client."
arch=('i686' 'x86_64' 'armv7h')
url="https://cuberite.org/"
license=('Apache')
-depends=('lua' 'screen' 'sudo' 'bash' 'awk' 'sed')
+depends=('lua' 'tmux' 'sudo' 'bash' 'awk' 'sed')
optdepends=("tar: needed in order to create world backups"
"netcat: required in order to suspend an idle server")
provides=("minecraft-server=${_pkgver%_*}" "spigot=${_pkgver%_*}" "cuberite=${_pkgver}")