diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /extra/gnokii/PKGBUILD | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'extra/gnokii/PKGBUILD')
-rw-r--r-- | extra/gnokii/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnokii/PKGBUILD b/extra/gnokii/PKGBUILD index 8b4d0bfe0..19e1e1143 100644 --- a/extra/gnokii/PKGBUILD +++ b/extra/gnokii/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 150512 2012-02-18 11:55:01Z pierre $ +# $Id: PKGBUILD 180682 2013-03-25 19:15:33Z bpiotrowski $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -6,15 +6,15 @@ pkgname=gnokii pkgver=0.6.31 -pkgrel=1 +pkgrel=3 pkgdesc="Tools and user space driver for use with mobile phones" arch=('i686' 'x86_64') url="http://www.gnokii.org/" license=('GPL') depends=('libusb-compat' 'libxpm' 'bluez' 'libical') -makedepends=('gtk2' 'libmysqlclient' 'postgresql-libs' 'intltool') +makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb') optdepends=('gtk2: xgnokii GUI' - 'libmysqlclient: smsd mysql backend' + 'libmariadbclient: smsd mysql backend' 'postgresql-libs: smsd postgresql backend') backup=('etc/gnokiirc') options=('!libtool' '!makeflags') |