main/avfs: upgrade to 1.0.1

This commit is contained in:
Natanael Copa 2012-08-20 11:15:34 +00:00
parent 600688bc36
commit 87da17697b

View File

@ -1,15 +1,15 @@
# Contributor: V.Krishn <vkrishn4@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=avfs
pkgver=1.0.0
pkgrel=1
pkgver=1.0.1
pkgrel=0
pkgdesc="A Virtual File System for looking into archives"
url="http://avf.sourceforge.net/"
arch="all"
license="GPL"
depends=""
depends="bash"
depends_dev=""
makedepends="bash zlib-dev bzip2-dev fuse-dev"
makedepends="zlib-dev bzip2-dev fuse-dev"
install=""
subpackages="$pkgname-dev"
source="http://space.dl.sourceforge.net/project/avf/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"
@ -33,4 +33,4 @@ package() {
}
md5sums="c58421e4f294125895f2c6653a7366a7 avfs-1.0.0.tar.bz2"
md5sums="f0f254d092e54da14bbf3ea22b76da99 avfs-1.0.1.tar.bz2"