Skip to content

Commit

Permalink
makedepend on autotools for packages using configure
Browse files Browse the repository at this point in the history
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
  • Loading branch information
lazka committed Dec 12, 2021
1 parent b3b001e commit 38126d7
Show file tree
Hide file tree
Showing 224 changed files with 228 additions and 175 deletions.
2 changes: 1 addition & 1 deletion apr-util/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="https://apr.apache.org/"
makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel')
makedepends=('apr-devel' 'libexpat-devel' 'libsqlite-devel' 'autotools')
options=('!libtool')
license=('APACHE')
source=("https://archive.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2"
Expand Down
2 changes: 1 addition & 1 deletion apr/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="The Apache Portable Runtime"
arch=('i686' 'x86_64')
url="https://apr.apache.org/"
makedepends=('libcrypt-devel' 'libuuid-devel')
makedepends=('libcrypt-devel' 'libuuid-devel' 'autotools')
options=('!libtool')
license=('APACHE')
source=(https://archive.apache.org/dist/apr/apr-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion asciidoc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgdesc='Text document format for short documents, articles, books and UNIX man
arch=('any')
url='https://asciidoc.org/'
license=('GPL')
depends=('python' 'libxslt' 'docbook-xsl')
depends=('python' 'libxslt' 'docbook-xsl' 'autotools')
groups=('base-devel')
# optdepends=('lilypond: music-filter'
# 'imagemagick: music-filter (used in conjunction with lilypond)'
Expand Down
2 changes: 1 addition & 1 deletion aspell-en/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('custom')
groups=()
makedepends=('aspell-devel')
makedepends=('aspell-devel' 'autotools')
depends=('aspell>=0.60')
provides=('aspell-en')
options=()
Expand Down
2 changes: 1 addition & 1 deletion aspell/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('LGPL')
groups=('libraries')
makedepends=('gcc' 'gettext-devel' 'libiconv-devel' 'ncurses-devel')
makedepends=('gcc' 'gettext-devel' 'libiconv-devel' 'ncurses-devel' 'autotools')
options=()
source=("https://ftp.gnu.org/gnu/aspell/${pkgname}-${pkgver}.tar.gz"{,.sig}
"aspell-noundefined.patch"
Expand Down
1 change: 1 addition & 0 deletions atool/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ arch=('any')
url="https://www.nongnu.org/atool/"
license=('GPL3')
depends=('file' 'perl')
makedepends=('autotools')
optdepends=('bzip2: for using atool with bzip2 compressed archives'
'cpio: for using atool with cpio archives'
'gzip: for using atool with gzip compressed archives'
Expand Down
1 change: 1 addition & 0 deletions autoconf-archive/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ url="https://www.gnu.org/software/autoconf-archive"
conflicts=(gnome-common)
replaces=(gnome-common)
provides=(gnome-common)
makedepends=('autotools')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz
msysize-autoconf-archive-2019.01.06.patch)
sha256sums=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f'
Expand Down
2 changes: 1 addition & 1 deletion autoconf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ url="https://www.gnu.org/software/autoconf"
groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash' 'perl' 'sed')
# for test-suite
makedepends=('gcc-fortran')
makedepends=('gcc-fortran' 'make')
install=autoconf.install
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz
0001-autoconf-2.70-MSYS2-specifics-AC_CYGWIN.patch
Expand Down
1 change: 1 addition & 0 deletions autoconf2.13/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license=('GPL2' 'GPL3' 'custom')
url="https://www.gnu.org/software/autoconf"
groups=('base-devel')
depends=('awk' 'm4' 'diffutils' 'bash' 'perl')
makedepends=('make')
# for test-suite
install=autoconf.install
source=(https://ftp.gnu.org/pub/gnu/autoconf/autoconf-${pkgver}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion autogen/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://autogen.sourceforge.io/"
groups=('base-devel')
license=('GPL3')
makedepends=('gcc' 'gmp-devel' 'libcrypt-devel' 'libffi-devel' 'libgc-devel' 'libguile-devel' 'libxml2-devel')
makedepends=('gcc' 'gmp-devel' 'libcrypt-devel' 'libffi-devel' 'libgc-devel' 'libguile-devel' 'libxml2-devel' 'make')
depends=('gcc-libs' 'gmp' 'libcrypt' 'libffi' 'libgc' 'libguile' 'libxml2')
install=autogen.install
source=("https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
Expand Down
2 changes: 1 addition & 1 deletion automake1.10/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion automake1.11/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion automake1.12/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion automake1.13/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion automake1.14/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion automake1.15/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion automake1.16/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.xz{,.sig}
Expand Down
2 changes: 1 addition & 1 deletion automake1.6/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion automake1.7/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion automake1.8/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion automake1.9/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license=('GPL')
url="https://www.gnu.org/software/automake"
groups=('base-devel')
depends=('perl' 'bash')
makedepends=('autoconf')
makedepends=('autoconf' 'make')
checkdepends=('dejagnu')
install=automake.install
source=(https://ftp.gnu.org/gnu/automake/automake-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion axel/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license=('GPL')
url="https://github.com/axel-download-accelerator/axel"
groups=()
depends=('openssl' 'gettext')
makedepends=('openssl-devel' 'gettext-devel')
makedepends=('openssl-devel' 'gettext-devel' 'autotools')
options=()
source=("https://github.com/axel-download-accelerator/axel/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('c0d26eba6b94945cd98c5b69ca6df2744639d17bfd49047ef51a8a48f067de10')
Expand Down
1 change: 1 addition & 0 deletions bash-completion/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ arch=('any')
url="https://bash-completion.alioth.debian.org/"
license=('GPL')
depends=('bash')
makedepends=('autotools')
options=('!emptydirs' '!makeflags')
source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz
001-quote_readline_by_ref_fixes.patch)
Expand Down
2 changes: 1 addition & 1 deletion bash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="https://www.gnu.org/software/bash/bash.html"
validpgpkeys=('7C0135FB088AAF6C66C650B9BB5869F064EA74AB') # Chet Ramey
makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel')
makedepends=('gettext-devel' 'libreadline-devel>=7.0' 'ncurses-devel' 'autotools')
source=(https://ftp.gnu.org/gnu/bash/bash-${_basever}.tar.gz{,.sig}
0001-bash-4.4-cygwin.patch
0002-bash-4.3-msysize.patch
Expand Down
2 changes: 1 addition & 1 deletion bc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/bc"
license=('GPL')
depends=('libreadline' 'ncurses')
makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel')
makedepends=('ed' 'gcc' 'libreadline-devel' 'ncurses-devel' 'autotools')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a')

Expand Down
2 changes: 1 addition & 1 deletion binutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license=('GPL')
groups=('msys2-devel')
depends=('libiconv' 'libintl' 'zlib')
checkdepends=('dejagnu' 'bc')
makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel')
makedepends=('libiconv-devel' 'gettext-devel' 'zlib-devel' 'autotools')
options=('staticlibs' '!distcc' '!ccache')
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig}
0050-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch
Expand Down
2 changes: 1 addition & 1 deletion bison/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url="https://www.gnu.org/software/bison/bison.html"
depends=('m4' 'sh')
groups=('base-devel')
options=('staticlibs')
makedepends=('flex')
makedepends=('flex' 'autotools')
install=bison.install
source=(https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig}
bison-3.1-msys2.patch)
Expand Down
2 changes: 1 addition & 1 deletion btyacc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://invisible-island.net/byacc"
license=('Public Domain')
groups=('base-devel')

makedepends=('autotools')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/byacc-snapshots/archive/t${pkgver}.tar.gz")
sha256sums=('d19fc22dd1d5e5b18a4abfd2470a1513a2b8b2962f7fb94c21e6109ea571bfc0')

Expand Down
2 changes: 1 addition & 1 deletion bzip2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ groups=('compression')
arch=('i686' 'x86_64')
license=('custom')
url="http://www.bzip.org"
makedepends=('gcc' 'make' 'patch')
makedepends=('gcc' 'patch' 'autotools')
source=(https://sourceware.org/pub/bzip2/bzip2-${pkgver}.tar.gz
bzip2-1.0.6-msys-dll.patch
bzip2-1.0.6-msys2.patch)
Expand Down
2 changes: 1 addition & 1 deletion cgdb/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://cgdb.sourceforge.io/"
license=('GPL')
depends=('libreadline' 'ncurses' 'gdb')
makedepends=('help2man' 'libreadline-devel' 'ncurses-devel')
makedepends=('help2man' 'libreadline-devel' 'ncurses-devel' 'autotools')
source=("https://cgdb.me/files/${pkgname}-${pkgver}.tar.gz"
01-msysize.patch
10-ncursesw-link-tinfow.patch)
Expand Down
1 change: 1 addition & 0 deletions cmake/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ url="https://www.cmake.org/"
license=(MIT)
makedepends=('gcc'
'emacs'
'autotools'
'jsoncpp-devel'
'libarchive-devel'
'libbz2-devel'
Expand Down
1 change: 1 addition & 0 deletions cocom/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ url="https://cocom.sourceforge.io/"
license=('custom')
groups=('msys2-devel')
depends=()
makedepends=('autotools')
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519')

Expand Down
2 changes: 1 addition & 1 deletion coreutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://www.gnu.org/software/coreutils"
depends=('gmp' 'libiconv' 'libintl')
makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man')
makedepends=('gmp-devel' 'libiconv-devel' 'gettext-devel' 'help2man' 'autotools')
install=${pkgname}.install
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
001-coreutils-8.30.patch
Expand Down
2 changes: 1 addition & 1 deletion cpio/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://www.gnu.org/software/cpio/"
license=('GPLv3')
depends=('libintl')
makedepends=('gettext-devel')
makedepends=('gettext-devel' 'autotools')
options=('staticlibs')
source=(https://ftp.gnu.org/pub/gnu/cpio/cpio-${pkgver}.tar.gz)
sha256sums=('e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8f3db88')
Expand Down
4 changes: 2 additions & 2 deletions crosstool-ng/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ url="http://www.crosstool-ng.org/"
license=("MIT")
makedepends=("autoconf" "automake-wrapper" "binutils" "bison"
"flex" "gettext-devel" "git" "gcc" "gperf"
"patch" "libtool" "make" "ncurses-devel"
"tar" "texinfo" "wget" "xz")
"patch" "ncurses-devel"
"tar" "texinfo" "wget" "xz" 'autotools')
depends=("ncurses" "libintl")
options=('staticlibs' 'strip')
source=("http://crosstool-ng.org/download/crosstool-ng/${pkgname}-${pkgver}.tar.xz"
Expand Down
4 changes: 2 additions & 2 deletions cscope/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainer: João Guerra <[email protected]>
# Maintainer: Jo�o Guerra <[email protected]>

pkgname=cscope
pkgver=15.9
Expand All @@ -7,7 +7,7 @@ pkgdesc="A tool for browsing source code"
arch=("i686" "x86_64")
url="https://cscope.sourceforge.io/"
license=('BSD')
makedepends=("ncurses-devel")
makedepends=("ncurses-devel" 'autotools')
source=("https://sourceforge.net/projects/cscope/files/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('c5505ae075a871a9cd8d9801859b0ff1c09782075df281c72c23e72115d9f159')

Expand Down
3 changes: 2 additions & 1 deletion ctags/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainer: João Guerra <[email protected]>
# Maintainer: Jo�o Guerra <[email protected]>

pkgname="ctags"
pkgver="5.8"
Expand All @@ -7,6 +7,7 @@ pkgdesc="Generate tag files for source code"
arch=("i686" "x86_64")
url="https://ctags.sourceforge.io/"
license=("GPL")
makedepends=('autotools')
source=("https://sourceforge.net/projects/ctags/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7')

Expand Down
2 changes: 1 addition & 1 deletion curl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://curl.haxx.se"
license=('MIT')
depends=('ca-certificates')
makedepends=('brotli-devel' 'heimdal-devel' 'libcrypt-devel' 'libidn2-devel'
makedepends=('brotli-devel' 'heimdal-devel' 'libcrypt-devel' 'libidn2-devel' 'autotools'
'libunistring-devel' 'libnghttp2-devel' 'libpsl-devel' 'libssh2-devel' 'openssl-devel' 'zlib-devel' 'libzstd-devel') # 'libcares-devel'
options=('!libtool' 'strip' '!debug')
source=("https://github.com/curl/curl/releases/download/${pkgbase}-${pkgver//./_}/${pkgbase}-${pkgver}.tar.xz"{,.asc}
Expand Down
2 changes: 1 addition & 1 deletion cvs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL')
url="http://cvs.nongnu.org/"
depends=('heimdal' 'zlib' 'libcrypt' 'libopenssl')
makedepends=('heimdal-devel' 'zlib-devel' 'gcc' 'libcrypt-devel' 'openssl-devel')
makedepends=('heimdal-devel' 'zlib-devel' 'gcc' 'libcrypt-devel' 'openssl-devel' 'autotools')
options=('staticlibs')
install=cvs.install
source=(https://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion cygrunsrv/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _realname=cygrunsrv
arch=('i686' 'x86_64')
url="https://cygwin.org/"
license=('GPL')
makedepends=('gcc' 'git' 'make')
makedepends=('gcc' 'git' 'autotools')
source=(${pkgname}-${pkgver}::git+https://sourceware.org/git/cygwin-apps/${pkgname}.git#tag=rel${pkgver//./-}
msysize.patch)
sha256sums=(SKIP
Expand Down
2 changes: 1 addition & 1 deletion cygutils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ makedepends=('gcc'
'gettext-devel'
'git'
'libiconv-devel'
'make'
'autotools'
'popt-devel')
conflicts=('winln')
replaces=('winln')
Expand Down
2 changes: 1 addition & 1 deletion cyrus-sasl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://cyrusimap.web.cmu.edu/"
license=('custom')
groups=('sys-utils')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libcrypt-devel' 'libserf-devel' 'autotools')
options=('emptydirs' 'strip' '!makeflags')
source=(#http://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
https://ftp.osuosl.org/pub/blfs/conglomeration/cyrus-sasl/cyrus-sasl-${_basever}${_rc}.tar.gz
Expand Down
1 change: 1 addition & 0 deletions dash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ arch=('i686' 'x86_64')
url="http://gondor.apana.org.au/~herbert/dash/"
license=('BSD')
depends=('grep' 'sed' 'filesystem')
makedepends=('autotools')
install=dash.install
source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz")
sha256sums=('db778110891f7937985f29bf23410fe1c5d669502760f584e54e0e7b29e123bd')
Expand Down
Loading

0 comments on commit 38126d7

Please sign in to comment.