summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2012-09-11 14:16:53 -0400
committerSlashbunny2012-09-11 14:16:53 -0400
commit3bb53453e2faf0edbae67786db7686062b548cb2 (patch)
treeefb1b3894d647c0d17c7d8a5a91365e0cddde9ad
parent36d99b08f4b169e9801a2ca92a4bb250848b896f (diff)
downloadaur-3bb53453e2faf0edbae67786db7686062b548cb2.tar.gz
fixed website and source urls, modernized pkgbuild
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6218d70d782..1e6aeab2888b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = quake3-osp
pkgdesc = Orange Smoothie Productions (OSP) is a modification for Quake 3 that adds many client and server features while still being compatable with the stock game.
pkgver = 1.03a
- pkgrel = 2
- url = http://en.wikipedia.org/wiki/Orange_Smoothie_Productions
- arch = i686
- arch = x86_64
+ pkgrel = 3
+ url = http://www.orangesmoothie.org/
+ arch = any
depends = quake3
- source = http://www.sunflow.com/orangesmoothie/downloads/osp-Quake3-1.03a_full.zip
+ source = http://osp.jsmart.web.id/orangesmoothie/downloads/osp-Quake3-1.03a_full.zip
md5sums = 8b2b4925cce1895067bc617b86c62ea5
pkgname = quake3-osp
diff --git a/PKGBUILD b/PKGBUILD
index bcf2384c9927..69029cda7cda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
pkgname=quake3-osp
pkgver=1.03a
-pkgrel=2
+pkgrel=3
pkgdesc="Orange Smoothie Productions (OSP) is a modification for Quake 3 that adds many client and server features while still being compatable with the stock game."
-url="http://en.wikipedia.org/wiki/Orange_Smoothie_Productions"
+url="http://www.orangesmoothie.org/"
license=('')
-arch=('i686' 'x86_64')
+arch=('any')
depends=('quake3')
-source=('http://www.sunflow.com/orangesmoothie/downloads/osp-Quake3-1.03a_full.zip')
+source=('http://osp.jsmart.web.id/orangesmoothie/downloads/osp-Quake3-1.03a_full.zip')
md5sums=('8b2b4925cce1895067bc617b86c62ea5')
build() {
- cd $startdir/src/
+ cd $srcdir;
- # Base OSP Files
- install -d $startdir/pkg/opt/quake3/
- unzip osp-Quake3-1.03a_full.zip -d $startdir/pkg/opt/quake3/
+ # Base OSP Files
+ install -d $pkgdir/opt/quake3/
+ unzip osp-Quake3-1.03a_full.zip -d $pkgdir/opt/quake3/
}