summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b01081cbb162..175c7a2b4abe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,20 @@
# Contributor: Ivan Reche <ivan.reche[at]gmail[dot]com>
# Contributor: Masoud Naservand <relive[dot]mn[at]gmail[dot]com>
pkgname=rcssmonitor
-pkgver=15.2.1
+pkgver=18.0.0
pkgrel=1
-pkgdesc="The RoboCup 2D Soccer Simulator Monitor."
-arch=('i686' 'x86_64')
+pkgdesc="The RoboCup Soccer Simulator Monitor"
+arch=('x86_64')
url="https://github.com/rcsoccersim/rcssmonitor"
-license=('GPL')
+license=('GPL-3-or-later')
groups=('rcss')
-depends=('qt4' 'boost-libs>=1.32')
-makedepends=('boost>=1.32' 'gcc-libs')
+depends=('qt5-base' 'fontconfig' 'libxt' 'glib2' 'libxi' 'libxrender')
optdepends=(
'rcssserver: RCSS Server'
'soccerwindow2: extra RCSS viewer')
options=('buildflags' 'makeflags')
source=(https://github.com/rcsoccersim/rcssmonitor/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('6f7dc277d19c98ef9b9ef19808c8ca92')
+md5sums=('e8a40f83e4dcbaea04fc559955ca9f95')
build() {
cd "$srcdir/$pkgname-$pkgver"