summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-01-17Pull translations updates from TransifexAllan McRae45-5376/+4361
2016-01-04Update copyright years for 2016Allan McRae51-57/+57
2015-12-15makepkg: Output full URL in case of download failureFlorian Pritz1-1/+1
2015-12-15makepkg: run pkgver() and prepare() with --noextractAllan McRae1-8/+9
2015-12-09Pull translations from Transifex and prepare for next releaseAllan McRae46-20992/+31932
2015-12-06makepkg: record build information in .BUILDINFOAllan McRae1-14/+19
2015-12-06makepkg: add whirlpool to the list of hashing algorithmsLuke1-1/+1
2015-11-23lint_pkgbuild/variable: increase robustnessAllan McRae1-12/+54
2015-11-23makepkg: merge arch dependent variables after PKGBUILD lintingAllan McRae1-8/+8
2015-11-23makepkg: remove obsolete commentAllan McRae1-1/+0
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-28scripts/po: fix translated file nameAllan McRae1-1/+1
2015-10-28makepkg: fix $pkgname element duplicationBenjamin Yates1-2/+2
2015-10-27libmakepkg: fix pkgver checkingAllan McRae1-2/+2
2015-10-22makepkg: Fix hard-coded debug suffixMohammad Alsaleh1-2/+2
2015-10-19makepkg: Set CCACHE_BASEDIR to make paths in $srcdir relativeJan Alexander Steffens (heftig)1-0/+1
2015-10-19makepkg: Correctly layer distcc and ccacheJan Alexander Steffens (heftig)1-6/+13
2015-10-19libmakepkg: Add check_buildoption for distcc and ccacheJan Alexander Steffens (heftig)2-4/+38
2015-10-19makepkg: separate "sourcefile" into two wordsAllan McRae1-1/+1
2015-10-19Remove space before ellipsesAllan McRae3-4/+4
2015-09-22makepkg: remove ability to build individual packagesAllan McRae1-8/+0
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-22makepkg: remove FORCE_VER variableAllan McRae1-4/+0
2015-09-07libmakepkg: check if PKGBUILD variables are arrays or not as appropriateAllan McRae3-0/+67
2015-09-07libmakepkg: util/pkgbuild.sh needs processing on buildAllan McRae2-1/+1
2015-08-08Remove ko_KR translationAllan McRae2-1762/+0
2015-07-20libmakepkg: move color settings to functionAllan McRae2-18/+24
2015-07-20dont remove x bit when marking pkgdir RODave Reisner1-1/+1
2015-07-20libmakepkg: lint_package requires cd_safeAllan McRae1-0/+1
2015-06-20repo-add: Reject armored signaturesJohannes Löthberg1-0/+4
2015-06-20makepkg: Add flag for printing SRCINFO to stdoutJohannes Löthberg1-1/+8
2015-06-20repo-add: Generate unarmored DB signatureJohannes Löthberg1-1/+1
2015-05-19libmakepkg: extract functions for source download and extractionAllan McRae11-524/+749
2015-05-19libmakepkg: extract functions for handling source URLsAllan McRae5-120/+148
2015-05-19libmakepkg: fix test styleAllan McRae2-2/+2
2015-05-19libmakepkg: move more functions for extracting information from PKGBIULDsAllan McRae2-46/+46
2015-05-19libmakepkg: extract more utility functionsAllan McRae2-31/+31
2015-05-16libmakepkg: extract get_full_version and get_pkg_archAllan McRae2-35/+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 McRae2-9/+5
2015-05-16libmakepkg: extract PKGBUILD linting functionsAllan McRae21-333/+874
2015-05-16libmakepkg: extract in_arrayAllan McRae4-16/+41
2015-05-16libmakepkg: move functions for extracting pkgbuild attributesAllan McRae3-106/+130
2015-05-12libmakepkg: fix test bracket styleAllan McRae14-14/+14
2015-05-12makepkg: Empty/create only $pkgdir's relevant to current PKGBUILDDavid Macek1-2/+5
2015-05-12makepkg-template: support multiple --template-dirsDominik Fischer1-16/+21