summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2022-08-13 20:00:37 +0200
committerRicardo (XenGi) Band2022-08-13 20:00:37 +0200
commitadfae48ea862bd2bc8d448fe503037fe5fc0e84f (patch)
treea6275c2da8f67f76a7b857ff87a3bfc1ad91c674
parent18b3d734871ba269d0a5be6f2615098a2bbc7c29 (diff)
downloadaur-adfae48ea862bd2bc8d448fe503037fe5fc0e84f.tar.gz
ossp is not needed anymore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore19
-rw-r--r--PKGBUILD2
-rw-r--r--utcustom.sh12
4 files changed, 27 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69cd21775bb7..6058eefc416b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unrealtournament
pkgdesc = The classic Unreal Tournament from 1999 (Retail CD or DVD required)
pkgver = 469b
- pkgrel = 3
+ pkgrel = 4
url = http://www.unrealtournament.com/
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..509d8709b797
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+# Created by https://www.toptal.com/developers/gitignore/api/archlinuxpackages
+# Edit at https://www.toptal.com/developers/gitignore?templates=archlinuxpackages
+
+### ArchLinuxPackages ###
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+# End of https://www.toptal.com/developers/gitignore/api/archlinuxpackages
diff --git a/PKGBUILD b/PKGBUILD
index 98dd4cd31a34..60500d8c3ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Mantainer: XenGi
pkgname=unrealtournament
pkgver=469b
-pkgrel=3
+pkgrel=4
pkgdesc="The classic Unreal Tournament from 1999 (Retail CD or DVD required)"
arch=('i686' 'x86_64')
url="http://www.unrealtournament.com/"
diff --git a/utcustom.sh b/utcustom.sh
index 91fa7482dbe2..a427351b042a 100644
--- a/utcustom.sh
+++ b/utcustom.sh
@@ -9,12 +9,12 @@
UT_PREFS="${HOME}/.loki/ut"
UT_DATA_PATH="/opt/ut/"
-# Function to reveal osspd execution
-a=$(ps -U root | grep osspd)
-if [ -z $a ]; then
- notify-send UT -i ut "Please execute <p><b>service osspd start</b></p><p>or</p><b>systemctl start osspd.service</b>";
- exit 1;
-fi
+# Function to reveal osspd execution - not needed since patch 469b
+#a=$(ps -U root | grep osspd)
+#if [ -z $a ]; then
+# notify-send UT -i ut "Please execute <p><b>service osspd start</b></p><p>or</p><b>systemctl start osspd.service</b>";
+# exit 1;
+#fi
# Function to find the real directory a program resides in.
# Feb. 17, 2000 - Sam Lantinga, Loki Entertainment Software