summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-06-22 13:33:46 +0200
committerBłażej Szczygieł2016-06-22 13:33:46 +0200
commit12f960e98d12aca26506c017dd3429b92bfcf38a (patch)
treee5733a77b8b12d15dffe39a50ed88b12494acfba
parent5244c2ae9487d232c3bb0e1e0f59325633e4ecdb (diff)
downloadaur-12f960e98d12aca26506c017dd3429b92bfcf38a.tar.gz
Follow GitHub changes
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5191dd30431..730464b2b2c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 08:08:22 UTC 2016
+# Wed Jun 22 11:33:31 UTC 2016
pkgbase = nfs2se-git
- pkgdesc = Need For Speed™ II SE - Cross-platform port with 3D acceleration and TCP protocol!
- pkgver = 1.0.1
- pkgrel = 4
+ pkgdesc = Cross-platform wrapper for the Need For Speed™ II SE game with 3D acceleration and TCP protocol!
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://github.com/zaps166/NFSIISE
install = nfs2se-git.install
arch = i686
arch = x86_64
- license = GPL
+ license = MIT
makedepends = gcc-multilib
- makedepends = yasm
+ makedepends = curl
depends = lib32-sdl2
depends = lib32-libgl
source = git+https://github.com/zaps166/NFSIISE
diff --git a/PKGBUILD b/PKGBUILD
index 190e5af87d16..bf0a06c9158c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: zaps166 <spaz16@wp.pl>
pkgname=nfs2se-git
-pkgver=1.0.1
-pkgrel=4
-pkgdesc='Need For Speed™ II SE - Cross-platform port with 3D acceleration and TCP protocol!'
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Cross-platform wrapper for the Need For Speed™ II SE game with 3D acceleration and TCP protocol!'
arch=('i686' 'x86_64')
url='https://github.com/zaps166/NFSIISE'
-license=('GPL')
+license=('MIT')
if [ $(uname -m) == "x86_64" ]; then
depends=('lib32-sdl2' 'lib32-libgl')
- makedepends=('gcc-multilib' 'yasm')
+ makedepends=('gcc-multilib' 'curl')
else
depends=('sdl2' 'libgl')
- makedepends=('gcc' 'yasm')
+ makedepends=('gcc' 'curl')
fi
source=('git+https://github.com/zaps166/NFSIISE'