summaryrefslogtreecommitdiff
path: root/extra/fssos-nsvs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/fssos-nsvs/PKGBUILD')
-rw-r--r--extra/fssos-nsvs/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/fssos-nsvs/PKGBUILD b/extra/fssos-nsvs/PKGBUILD
index 16e8be8cc..b2d16ae34 100644
--- a/extra/fssos-nsvs/PKGBUILD
+++ b/extra/fssos-nsvs/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 115056 2011-03-16 15:27:06Z andrea $
+# $Id: PKGBUILD 150944 2012-02-24 09:43:04Z pierre $
# Maintainer: Dale Blount <dale@archlinux.org>
pkgname=fssos-nsvs
pkgver=0.5
-pkgrel=7
+pkgrel=8
pkgdesc="NSVS for FSSOS"
arch=('i686' 'x86_64')
url="http://fssos.sourceforge.net/"
license=('GPL')
-depends=('bash' 'mysql>=5.5')
+depends=('bash' 'mysql')
backup=('etc/nsvsd.conf')
options=('!libtool' '!makeflags')
install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz
- nsvsd)
-md5sums=('3f17c2f6339f1a322b712b467023d825' '4dfd9dc0d69b375587e39ab2621d9ea9')
+source=("http://downloads.sourceforge.net/sourceforge/fssos/nsvs-$pkgver.tar.gz"
+ 'nsvsd')
+md5sums=('3f17c2f6339f1a322b712b467023d825'
+ '4dfd9dc0d69b375587e39ab2621d9ea9')
build() {
cd $srcdir/nsvs-$pkgver