diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-20 23:11:37 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-06-20 23:11:37 -0400 |
commit | 5f3bdcd39a3486616794f99ea125a3a7b2e2f0fe (patch) | |
tree | 9c06ac9cb979aa7513978ff4e0903b49583cd060 /~lukeshu | |
parent | 1929899e7dccb0e73e82113059a8cf111765beaf (diff) | |
download | abslibre-5f3bdcd39a3486616794f99ea125a3a7b2e2f0fe.tar.gz abslibre-5f3bdcd39a3486616794f99ea125a3a7b2e2f0fe.tar.bz2 abslibre-5f3bdcd39a3486616794f99ea125a3a7b2e2f0fe.zip |
~lukeshu/make-graph: remove from the base-devel group
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/make-graph/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/~lukeshu/make-graph/PKGBUILD b/~lukeshu/make-graph/PKGBUILD index f7f7cd0b1..0d9320f69 100644 --- a/~lukeshu/make-graph/PKGBUILD +++ b/~lukeshu/make-graph/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 138004 2011-09-14 05:05:12Z allan $ -# Maintainer: Allan McRae <allan@archlinux.org> +# Maintainer (Parabola): Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer (Arch): Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> _pkgname=make pkgname=$_pkgname-graph pkgver=3.82 -pkgrel=4.1 +pkgrel=4.2 provides=("$_pkgname=$pkgver") conflicts=("$_pkgname") pkgdesc="GNU make utility to maintain groups of programs, with patch to dump a Graphviz dependency graph." arch=('i686' 'x86_64') url="http://www.gnu.org/software/make" license=('GPL3') -groups=('base-devel') +#groups=('base-devel') depends=('glibc' 'sh') install=$_pkgname.install source=(ftp://ftp.gnu.org/gnu/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2 |