aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-27 10:22:27 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-27 10:22:27 -0300
commit64aa3d9c9702a261840ddebb424f31dab49fdab4 (patch)
tree78f9c1d5ccdec969ea47f501461729a0474af39b /community
parent7906c5b3a3c5cb4260b58489a6fb542d29ab5b28 (diff)
downloadaports-64aa3d9c9702a261840ddebb424f31dab49fdab4.tar.bz2
aports-64aa3d9c9702a261840ddebb424f31dab49fdab4.tar.xz
community/minetest: fix url fix license
Diffstat (limited to 'community')
-rw-r--r--community/minetest/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD
index fb9f9eb10b..eea5727c77 100644
--- a/community/minetest/APKBUILD
+++ b/community/minetest/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=minetest
pkgver=5.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="An infinite-world block sandbox game and a game engine"
-url="https://minetest.net/"
+url="http://www.minetest.net/"
# luajit is not available for disabled arches
arch="all !s390x"
-license="LGPL-2.1 CC-BY-SA-3.0"
+license="LGPL-2.1-or-later AND CC-BY-SA-3.0"
pkgusers="minetest"
pkggroups="minetest"
install="$pkgname-server.pre-install"
@@ -22,7 +22,6 @@ source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/minetest/$pkgname/t
minetest-server.initd
0001-CMake-link-with-Intl-when-necessary.patch
"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
mkdir "$builddir"/.build_client