Merge pull request #585 from Rolinh/master

aur/dfc to 3.0.4
This commit is contained in:
Kevin Mihelich 2013-10-11 09:59:40 -07:00
commit 07260603bc

View file

@ -1,18 +1,17 @@
# Maintainer: Rolinh <robinDOThahlingATgw-computingDOTnet>
pkgname=dfc
pkgver=3.0.3
pkgrel=3
pkgver=3.0.4
pkgrel=2
pkgdesc="Display file system space usage using graphs and colors"
arch=('x86_64' 'i686')
url="http://projects.gw-computing.net/projects/dfc"
license=('BSD')
depends=('glibc')
makedepends=('cmake' 'gettext')
provides=('dfc')
conflicts=('dfc-git')
source=(http://projects.gw-computing.net/attachments/download/78/${pkgname}-${pkgver}.tar.gz)
source=(http://projects.gw-computing.net/attachments/download/79/${pkgname}-${pkgver}.tar.gz)
install='dfc.install'
md5sums=('c4b2d554f6739502dd6d809966f8c616')
md5sums=('3b9edc197ad21e1dfe10128d130e626c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"