diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
commit | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /community/fssos-nsvs | |
parent | 6cc893589a6bd208f2b7711f985e17df7a6df816 (diff) | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/fssos-nsvs')
-rw-r--r-- | community/fssos-nsvs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fssos-nsvs/PKGBUILD b/community/fssos-nsvs/PKGBUILD index c9b4a13e2..22c2c43e3 100644 --- a/community/fssos-nsvs/PKGBUILD +++ b/community/fssos-nsvs/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 83140 2013-01-27 16:14:12Z pierre $ +# $Id: PKGBUILD 87001 2013-03-25 19:16:40Z bpiotrowski $ # Maintainer: Dale Blount <dale@archlinux.org> pkgname=fssos-nsvs pkgver=0.5 -pkgrel=9 +pkgrel=10 pkgdesc="NSVS for FSSOS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fssos.sourceforge.net/" license=('GPL') -depends=('bash' 'mysql') +depends=('bash' 'mariadb') backup=('etc/nsvsd.conf') options=('!libtool' '!makeflags') install=$pkgname.install |