diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-05 03:29:28 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-05 03:29:28 +0000 |
commit | f3c8ccda77966505f7c3f0817fd8c78384411a5a (patch) | |
tree | 72788e136639ea1ca95da1ca298bde3f2ef0774c /community/nbd | |
parent | 94ed6c971085d22c2a544227879b672266b4af90 (diff) |
Sun Jan 5 03:25:57 UTC 2014
Diffstat (limited to 'community/nbd')
-rw-r--r-- | community/nbd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index dcd2cc694..bd47e3c39 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 101824 2013-12-02 01:03:13Z svenstaro $ +# $Id: PKGBUILD 103355 2014-01-04 02:43:25Z 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=3.5 +pkgver=3.6 pkgrel=1 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" arch=('i686' 'x86_64') url="http://nbd.sourceforge.net" license=('GPL') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz config nbd.service) backup=('etc/nbd-server/config') depends=('glib2') install=nbd.install -md5sums=('d89133bf9b681c17ed9d09a21b19f1ee' +md5sums=('717213c2c99b693321fe444e319336ba' '2d05d426b8c2708d5f8a0d028fcbae05' '5d1acc143018117174f79eff15afa038') |