summaryrefslogtreecommitdiff
path: root/scripts/makepkg.sh.in
Commit message (Expand)AuthorAge
* makepkg: add LIBRARY variableAllan McRae2013-10-14
* makepkg: alphabetically order option variablesAllan McRae2013-10-14
* makepkg: do not refer to src/ or pkg/Allan McRae2013-10-14
* Add a -C, --cleanbuild option to clear the source directory before building a...Lukáš Jirkovský2013-10-14
* Link non-vcs sources into $srcdir during extractionAllan McRae2013-10-14
* Remove makepkg license checkAllan McRae2013-10-14
* Use $srcdir/ rather than src/ in makepkg helpAllan McRae2013-10-14
* makepkg: redirect downloader output to STDERRXyne2013-09-18
* makepkg: include all hash types in integlistXyne2013-09-18
* makepkg: use c-style for loops for integrity checksDave Reisner2013-09-18
* makepkg: always use read's -r flag with filenamesDave Reisner2013-09-18
* makepkg: inline creation of checksum indentingDave Reisner2013-09-18
* makepkg: cleanup a few format string injectionsDave Reisner2013-09-18
* makepkg: add support for sha224 checksumsDave Reisner2013-09-04
* makepkg: unify list of known hash algorithmsDave Reisner2013-09-04
* makepkg: allow make-style environment var overridesDave Reisner2013-08-21
* Do not refer to FlySpray numbersAllan McRae2013-08-21
* Fix whitespace in makepkg.sh.in and makepkg-template.pl.inJason St. John2013-07-30
* Install makedepends and checkdepends togetherAshley Whetter2013-07-22
* Merge branch 'maint'Allan McRae2013-06-26
|\
| * Respect paths with spaces on --installAndrea Scarpino2013-06-23
* | Merge branch 'maint'Allan McRae2013-06-18
|\|
| * makepkg: fix typo for distcc testAllan McRae2013-06-16
* | Merge branch 'maint'Allan McRae2013-06-06
|\|
| * Restrict pkgname from starting with a dot.Allan McRae2013-06-04
* | makepkg: add support for CARCH environment varPhillip Smith2013-05-29
* | makepkg: remove support for PKGBUILDs without a package() functionAllan McRae2013-05-29
* | makepkg: Add helper to test for functions in build scriptAllan McRae2013-05-29
* | makepkg: remove sourcing PKGBUILD from stdinAllan McRae2013-05-29
* | Merge branch 'maint'Allan McRae2013-05-29
|\|
| * makepkg: Use LOGDEST for logpipeAllan McRae2013-05-18
| * makepkg: fixup broken revision and repo referencesDave Reisner2013-05-18
* | Merge branch 'maint'Allan McRae2013-05-07
|\|
| * Add -V/--version option to makepkg's usage function and man pageEric Bélanger2013-04-30
| * makepkg: avoid redirecting stdoutDave Reisner2013-04-28
| * makepkg: fix svn repo extractionAllan McRae2013-04-12
| * Do not use checkout directory for SVN configAllan McRae2013-04-12
| * Add support for all bzr URLs in the PKGBUILD source arrayMaxime Gauduin2013-04-11
| * makepkg: don't run remove_deps twice when unneededWilliam Giokas2013-04-11
* | Add --noprepare option to makepkgEric Bélanger2013-04-30
* | makepkg: avoid file|grep dependency for CRLF checkDave Reisner2013-04-06
* | makepkg: remove extra ansi color codesAndrew Gregory2013-04-06
|/
* remove continue from download_localDaniel Wallace2013-04-01
* makepkg: unset GREP_OPTIONSAndrew Gregory2013-03-31
* Ensure we are always in $SRCDEST before downloadingAllan McRae2013-03-30
* Remove duplicate optionAllan McRae2013-03-26
* Revert "makepkg: Use a recursive git clone."Allan McRae2013-03-14
* makepkg: Add --verifysource to only download/verify source filesOlivier Brunel2013-03-10
* makepkg: Make VCS download functions use get_filenameNeer Sighted2013-03-10
* makepkg: Separate vcs download and extractWilliam Giokas2013-03-10