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