summaryrefslogtreecommitdiffstats
path: root/scripts/libmakepkg
AgeCommit message (Expand)AuthorFilesLines
2016-08-30libmakepkg: look for architecture-specific hashes in get_integlistJack O'Connor1-0/+11
2016-05-18libmakepkg: extract functions for integrity checkingAshley Whetter7-1/+568
2016-03-28libmakepkg: extract functions for writing .SRCINFO filesAshley Whetter2-0/+128
2016-03-21libmakepkg: ensure emptydir find command acts on individual directoriesAllan McRae1-1/+2
2016-02-26makepkg: Remove upx and optipng supportAllan McRae2-90/+0
2016-02-26libmakepkg: fix is_array functionAllan McRae1-1/+1
2016-02-20libmakepkg: increase robustness of the detection of array variablesAllan McRae2-3/+20
2016-01-25Fix testing of arrays status for arch specific variablesZuyi Hu1-1/+1
2016-01-04Update copyright years for 2016Allan McRae44-44/+44
2015-12-15makepkg: Output full URL in case of download failureFlorian Pritz1-1/+1
2015-11-23lint_pkgbuild/variable: increase robustnessAllan McRae1-12/+54
2015-11-23lint_pkgbuild: explicitly return valueAllan McRae5-4/+12
2015-11-05Refactor lint_source to work with earlier versions of BashAaron Campbell1-1/+1
2015-10-27libmakepkg: fix pkgver checkingAllan McRae1-2/+2
2015-10-19libmakepkg: Add check_buildoption for distcc and ccacheJan Alexander Steffens (heftig)1-0/+34
2015-10-19Remove space before ellipsesAllan McRae1-2/+2
2015-09-22libmakepkg: remove declaration of unused local variablesAllan McRae1-1/+1
2015-09-22libmakepkg: return 1 on error in arch arrayAllan McRae1-2/+2
2015-09-22libmakepkg: update .gitignoreAllan McRae1-2/+3
2015-09-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae1-0/+65
2015-09-07libmakepkg: util/pkgbuild.sh needs processing on buildAllan McRae1-0/+0
2015-07-20libmakepkg: move color settings to functionAllan McRae1-0/+20
2015-07-20libmakepkg: lint_package requires cd_safeAllan McRae1-0/+1
2015-05-19libmakepkg: extract functions for source download and extractionAllan McRae8-0/+734
2015-05-19libmakepkg: extract functions for handling source URLsAllan McRae2-0/+145
2015-05-19libmakepkg: fix test styleAllan McRae2-2/+2
2015-05-19libmakepkg: move more functions for extracting information from PKGBIULDsAllan McRae1-1/+46
2015-05-19libmakepkg: extract more utility functionsAllan McRae1-1/+31
2015-05-16libmakepkg: extract get_full_version and get_pkg_archAllan McRae1-0/+35
2015-05-16Simplify libmakepkg .gitignoreAllan McRae1-11/+2
2015-05-16makepkg: put further restrictions on pkgbaseAllan McRae1-0/+9
2015-05-16makepkg: merge validate_pkgver into check_pkgverAllan McRae1-8/+4
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae18-0/+838
2015-05-16libmakepkg: extract in_arrayAllan McRae2-1/+39
2015-05-16libmakepkg: move functions for extracting pkgbuild attributesAllan McRae1-0/+111
2015-05-12libmakepkg: fix test bracket styleAllan McRae14-14/+14
2015-03-15libmakepkg: move helper functions into tidy/stripAllan McRae1-0/+50
2015-03-03Allow UPX compression for DOS/Win executablesDavid Macek1-3/+5
2015-02-12libmakepkg: make package checking functions extendableAllan McRae3-2/+13
2015-02-12libmakepkg: make package tidy functions extendableAllan McRae10-15/+38
2015-02-12libmakepkg: move package checking out of tidy_installAllan McRae5-11/+45
2015-02-01makepkg: split package tidying into libmakepkgAllan McRae13-0/+535
2015-02-01makepkg: split PKGBUILD/makepkg.conf option checking to libmakepkgAllan McRae1-0/+108
2015-02-01makepkg: split message functions into libmakepkgAllan McRae3-0/+78