diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-04 12:13:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-04 12:13:12 -0300 |
commit | 2d71292ee6ddd4970f593975fd652be1d820f92c (patch) | |
tree | 82377d0e84fc4a0a04066d4733dae49484a5225a /extra/modemmanager | |
parent | d734cc3a77cdc6960cbd72f3f8c680612342f24d (diff) | |
parent | 067b127a853780b2b4ae7236dcdaaf72396dfa86 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
libre/icecat/PKGBUILD
multilib/lib32-v4l-utils/PKGBUILD
multilib/nspluginwrapper/PKGBUILD
testing/libreoffice/PKGBUILD
Diffstat (limited to 'extra/modemmanager')
-rw-r--r-- | extra/modemmanager/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/modemmanager/PKGBUILD b/extra/modemmanager/PKGBUILD index 114e8441c..cde8c2b20 100644 --- a/extra/modemmanager/PKGBUILD +++ b/extra/modemmanager/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 126693 2011-06-06 16:09:07Z ibiru $ +# $Id: PKGBUILD 130025 2011-07-01 09:21:47Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=modemmanager _realname=ModemManager -pkgver=0.4.997 +pkgver=0.4.998 pkgrel=1 pkgdesc="Mobile broadband modem management service" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ makedepends=('intltool') options=('!libtool') source=(http://download.gnome.org/sources/${_realname}/0.4/${_realname}-${pkgver}.tar.xz) optdepends=('usb_modeswitch: install if your modem shows up as a storage drive') -sha256sums=('88fa2f098b9fbbfb4e91e78e200404ce6dd6258102a197a635a3bd789302c6e4') +sha256sums=('a0d96d0f9e06f1542b4c32d114833114b330682f93eea16fda8cdba289ceadf5') build() { cd "$srcdir/${_realname}-${pkgver}" |