summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2016-12-12 00:42:00 -0300
committerHugo Osvaldo Barrera2016-12-12 00:42:00 -0300
commitb9540de4579e00808a161681301e1c2e9856d39d (patch)
tree088ebfacf95dd21b8496a0c0d96f4bb8de369547 /PKGBUILD
parent25aa38a5b3acc5622d8b9996c5faac8e889381c3 (diff)
downloadaur-b9540de4579e00808a161681301e1c2e9856d39d.tar.gz
Sort packages alphabetically (easier diffing)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD31
1 files changed, 27 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7531f9cbee25..9be6e1a557a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,31 @@ pkgrel=1
pkgdesc='Metapackage for all the base-devel group.'
arch=('any')
license=('none')
-depends=('autoconf' 'automake' 'binutils' 'bison' 'fakeroot' 'file' 'findutils'
- 'flex' 'gawk' 'gcc' 'gettext' 'grep' 'grep' 'groff' 'gzip' 'libtool'
- 'm4' 'make' 'pacman' 'patch' 'pkg-config' 'sed' 'sudo' 'texinfo'
- 'util-linux' 'which')
+depends=(
+ 'autoconf'
+ 'automake'
+ 'binutils'
+ 'bison'
+ 'fakeroot'
+ 'file'
+ 'findutils'
+ 'flex'
+ 'gawk'
+ 'gcc'
+ 'gettext'
+ 'grep'
+ 'groff'
+ 'gzip'
+ 'libtool'
+ 'm4'
+ 'make'
+ 'pacman'
+ 'patch'
+ 'pkg-config'
+ 'sed'
+ 'sudo'
+ 'texinfo'
+ 'util-linux'
+ 'which'
+)
url="https://www.archlinux.org/"