summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
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/
}