diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-23 12:18:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-23 12:18:02 -0300 |
commit | bf1c001b59869cf10e5921b4f38d1f69db2db76c (patch) | |
tree | a472ad2701076586f54fbd0859fe2e5c8311184b /community/nbd | |
parent | aebba8cfcb8c0ef8befa351c73fbd228e07475e2 (diff) | |
parent | 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/cdemu-daemon/60-vhba.rules
community-testing/cdemu-daemon/PKGBUILD
community-testing/cdemu-daemon/cdemud.install
community/guake/PKGBUILD
core/openssl/PKGBUILD
extra/mesa/PKGBUILD
gnome-unstable/epiphany/PKGBUILD
gnome-unstable/folks/PKGBUILD
gnome-unstable/gjs/PKGBUILD
gnome-unstable/gnome-online-accounts/PKGBUILD
gnome-unstable/gobject-introspection/PKGBUILD
multilib/lib32-mesa/PKGBUILD
multilib/lib32-openssl/PKGBUILD
testing/dhcpcd/PKGBUILD
Diffstat (limited to 'community/nbd')
-rw-r--r-- | community/nbd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index 4b1f3056c..dc71d02de 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 60618 2011-12-15 15:10:42Z svenstaro $ +# $Id: PKGBUILD 68323 2012-03-21 16:50:13Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Gerhard Brauer <gerbra@archlinux.de> pkgname=nbd -pkgver=2.9.25 +pkgver=3.0 pkgrel=1 pkgdesc="Tools for network block devices, allowing you to use remote block devices over TCP/IP." arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 backup=('etc/nbd-server/config') depends=('glib2') install=nbd.install -md5sums=('df7c99168da00da1c969fd24ea9e0111' +md5sums=('81f549155267536ad30851eb50ee8d1c' '075be420c3d7d7fc9408def3cb8c470d' 'e7b13a8b3369e11927d9917664557efa') |