summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Conrad2016-06-28 21:43:42 -0500
committerAndrew Conrad2016-06-28 21:43:42 -0500
commit8f85bf4b6aed46a1a77b0c8bd6b4ecfa65374838 (patch)
tree4fdb4eec4dbfbd88fd5e29424434a3c80fcb639d
parentff2e52a4f068f0097ed3bb511b5164d46f057a3b (diff)
downloadaur-8f85bf4b6aed46a1a77b0c8bd6b4ecfa65374838.tar.gz
Update url and license format (switch from/to being an array)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d8b01b97df3..62b2f46c63c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgver=1.9.2.4
pkgrel=1
pkgdesc="Programming game, where the goal is to develop a robot battle tank to battle against other tanks in Java or .NET. The robot battles are running in real-time and on-screen."
arch=(any)
-url=('http://robocode.sourceforge.net')
+url='http://robocode.sourceforge.net'
depends=(java-environment)
-license=EPL
+license=('EPL')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-setup.jar robocode.desktop)
md5sums=('86a0ea89607b8c30ebe5e3f26ba0c264'
'8a556209b3ffb39839f28f30479a8c8d')