summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-06-05 21:31:07 +0200
committerBłażej Szczygieł2016-06-05 21:31:31 +0200
commit32bd94ba091c758bee8c10a94bea1a0883d8365d (patch)
tree0253bd95de484cdf2b5cc34013daea9e69e57570
parentf40c7ef52c8a00cda5d2ee3a1b1f986c1f37c0e9 (diff)
downloadaur-32bd94ba091c758bee8c10a94bea1a0883d8365d.tar.gz
Update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--nfs2se-git.install1
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15373ed94248..2e11613414eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 14:21:54 UTC 2016
+# Sun Jun 5 19:31:24 UTC 2016
pkgbase = nfs2se-git
pkgdesc = Need For Speed II SE - Linux port with 3D acceleration and TCP protocol!
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/zaps166/NFSIISE
install = nfs2se-git.install
arch = i686
arch = x86_64
+ license = GPL
makedepends = gcc
makedepends = yasm
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index abbef519c7ae..8d69ee446223 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=nfs2se-git
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Need For Speed II SE - Linux port with 3D acceleration and TCP protocol!'
arch=('i686' 'x86_64')
url='https://github.com/zaps166/NFSIISE'
+license=('GPL')
depends=('sdl2' 'libgl')
makedepends=('gcc' 'yasm')
source=('git+https://github.com/zaps166/NFSIISE'
diff --git a/nfs2se-git.install b/nfs2se-git.install
index 4b4bcf7d0232..3e1c0530cd21 100644
--- a/nfs2se-git.install
+++ b/nfs2se-git.install
@@ -3,6 +3,7 @@ post_install()
echo 'Copy the "gamedata" and "fedata" directories from original game CD-ROM to "/opt/nfs2se".'
echo 'You can also create a symlink for them from your home directory.'
echo 'Be sure that all files and directories have small letters!'
+ echo 'Please use the "/opt/nfs2se/convert_to_lowercase" script if you have UPPERCASE names.'
echo
echo 'The configuration data is in "~/.nfs2se" directory (after first run).'
}