summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292021-03-20 10:50:30 +0100
committerSpike292021-03-20 10:50:30 +0100
commit3f5892d414c07c54185cd29ca76a82726d06fa22 (patch)
treec3bc5d500dfd8a9c28ad61405dc1f8c6921846a8
parent79e8d6d79c075ec6718f9e40a019e86a6bfcf2db (diff)
downloadaur-3f5892d414c07c54185cd29ca76a82726d06fa22.tar.gz
Keep the map mime type + some cleanups in the comments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfbe3877c6ee..1749805bbc28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netradiant-git
pkgdesc = The open source, cross platform level editor for idtech games (GtkRadiant fork)
- pkgver = r2054.c5ecfe71
+ pkgver = r2146.c94d5210
pkgrel = 1
epoch = 1
url = https://netradiant.gitlab.io/
diff --git a/PKGBUILD b/PKGBUILD
index 1fe32b551902..3ba077b4ca93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: J0k3r <moebius282 at gmail dot com>
pkgname=netradiant-git
-pkgver=r2054.c5ecfe71
+pkgver=r2146.c94d5210
pkgrel=1
epoch=1
pkgdesc='The open source, cross platform level editor for idtech games (GtkRadiant fork)'
@@ -24,13 +24,12 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}/"
- # Optional, fetch submodules too (such as Crunch and Daemonmap, by default they are compiled if present)
+ # Optional, fetch submodules too (such as Crunch and Daemonmap, they will be compiled if present)
# git submodule update --init --recursive
- # Needs Internet; Downloads gamepacks
# Possible values for the GAMEPACKS_LICENSE_LIST filter are "free",
# "all" (free + proprietary) and "none".
- # To only fetch Xonotic and Unvanquished gamepacks for example,
+ # For example, to only fetch Xonotic and Unvanquished gamepacks,
# use -DGAMEPACKS_LICENSE_LIST=none with -DGAMEPACKS_NAME_LIST="Xonotic Unvanquished".
# Please refer to the NetRadiant README for more instructions.
cmake -G "Unix Makefiles" -S. -Bbuild \
@@ -48,9 +47,5 @@ package() {
cd "${srcdir}/${pkgname}/"
cmake --install build
-
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
- # Map mime type doesn't work and produces a pacman warning
- rm -r ${pkgdir}/usr/share/mime/
}