mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
commit
2e8f84bac7
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Rolinh <robinDOThahlingATgw-computingDOTnet>
|
||||
|
||||
pkgname=dfc
|
||||
pkgver=3.0.1
|
||||
pkgver=3.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Display file system space usage using graphs and colors"
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -11,9 +11,9 @@ depends=('glibc')
|
|||
makedepends=('cmake')
|
||||
provides=('dfc')
|
||||
conflicts=('dfc-git')
|
||||
source=(http://projects.gw-computing.net/attachments/download/67/${pkgname}-${pkgver}.tar.gz)
|
||||
source=(http://projects.gw-computing.net/attachments/download/68/${pkgname}-${pkgver}.tar.gz)
|
||||
install='dfc.install'
|
||||
md5sums=('bb3452662d43a51eb541c66d6fbad576')
|
||||
md5sums=('ec26dba0a4efdbe8c520c045a9a05258')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue