summaryrefslogtreecommitdiffstats
path: root/checkpkg.in
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.protoLuke Shumaker1-0/+4
2017-07-05Quote strings that shellcheck warns about.Luke Shumaker1-1/+1
2017-07-05Make purely stylistic changes to make shellcheck happier.Luke Shumaker1-5/+2
2017-04-05Handle makepkg.conf more consistentlylukeshu@parabola.nu1-2/+4
2017-04-05Avoid using string interpolation; use printf format strings instead.Luke Shumaker1-2/+2
2017-04-05Add a "License:" tag to all code files.Luke Shumaker1-0/+1
2014-10-25checkpkg: mask errors from lib-providesDave Reisner1-2/+2
2014-10-01checkpkg: improve soname checkingDoug Newgard1-6/+5
2013-11-01checkpkg: Fix usage of local mirrors20131101Pierre Schmitz1-10/+8
2013-11-01common: implement find_cached_packageDave Reisner1-10/+4
2013-11-01checkpkg: Only match .so at end of filenames for soname checkEric Bélanger1-1/+1
2013-10-27checkpkg: Fix soname checkEric Bélanger1-2/+2
2013-10-27checkpkg: Create symlinks to old packages in $TEMPDIR instead of $PWDEric Bélanger1-4/+4
2013-08-18checkpkg: avoid using PKGEXT to guess tarball nameDave Reisner1-14/+16
2013-08-18ensure that PKGBUILDs aren't sourced via PATHDave Reisner1-1/+1
2013-08-08avoid injecting code into the format stringDave Reisner1-2/+2
2012-11-15checkpkg: replace wget usage by curlEric Bélanger1-1/+1
2011-11-01Move common functions to a shared filePierre Schmitz1-17/+10
2011-10-13Honor TMPDIR environment variableLukas Fleischer1-1/+1
2011-10-07Support non-standard install locationsLukas Fleischer1-0/+90