git » openttd-opensfx.git » commit c971dd6

Code cleanup

author Daniel Griffiths
2010-02-02 03:38:44 UTC
committer Daniel Griffiths
2010-02-02 03:38:44 UTC
parent 3707dc59d857480056647901481d4cf58b1e88b9

Code cleanup

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index d342416..875e3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-# $Id: PKGBUILD 6111 2009-12-01 07:27:52Z vegai $
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
 # Contributor: Vesa Kaihlavirta <vegai@iki.fi>
+# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=openttd-opensfx
 pkgver=0.2.1
@@ -10,6 +9,7 @@ arch=('any')
 url="http://www.openttd.org"
 license=('GPL')
 source=(http://bundles.openttdcoop.org/opensfx/releases/opensfx-${pkgver}.zip)
+md5sums=('83f278fcd4efca763c2f5a8bc571b826')
 
 build() {
 	cd ${srcdir}/opensfx-${pkgver}
@@ -18,4 +18,3 @@ build() {
 	mkdir -pm0755 ${pkgdir}/usr/share/openttd/data   
 	cp opensfx.* ${pkgdir}/usr/share/openttd/data/ || return 1
 }
-md5sums=('83f278fcd4efca763c2f5a8bc571b826')