summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-12Do not warn about downgrades when only downloading packageAllan McRae1-1/+1
2015-07-12Fix overflow warningsAndrew Gregory2-6/+5
2015-06-20Match providers when showing optdep install statusLukas Fleischer2-2/+4
2015-06-20repo-add: Reject armored signaturesJohannes Löthberg1-0/+4
2015-06-20makepkg: Add flag for printing SRCINFO to stdoutJohannes Löthberg2-1/+11
2015-06-20repo-add: Generate unarmored DB signatureJohannes Löthberg1-1/+1
2015-06-20util.c: table_display: Fix incorrect docstringJohannes Löthberg1-1/+0
2015-06-20makepkg-template.1: Clarify which file version-less markers useWieland Hoffmann1-2/+2
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 McRae2-2/+13
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-12libalpm: Do a sanity check before manipulating final DB URLDavid Macek1-4/+11
2015-05-12Fix comment in alpm_db_updateDavid Macek1-1/+1
2015-05-12libmakepkg: fix test bracket styleAllan McRae14-14/+14
2015-05-12alpm_logaction: implement documented return valueAndrew Gregory1-8/+16
2015-05-12alpm_logaction: allow falling back to syslogAndrew Gregory1-1/+1
2015-05-12alpm_logaction: check logfile before openingAndrew Gregory1-1/+1
2015-05-12merge _alpm_logaction into alpm_logactionAndrew Gregory3-54/+29
2015-05-12makepkg: Empty/create only $pkgdir's relevant to current PKGBUILDDavid Macek1-2/+5
2015-05-12Fix compilation if libarchive headers are not in standard locationCharles Duffy2-2/+4
2015-05-12makepkg-template: support multiple --template-dirsDominik Fischer14-21/+80
2015-05-12pacsort: fix warning about signed overflow potential during comparison.Andrew Gregory1-1/+1
2015-05-12Silence warning from clangAllan McRae1-1/+1
2015-05-12Pluralize callback stringAllan McRae1-2/+3
2015-05-12Update source URLAllan McRae1-1/+1
2015-03-26close stdin before running install scriptsAndrew Gregory1-0/+1
2015-03-26be_package: fallback to standard filelist loadingAndrew Gregory1-15/+22
2015-03-26add_entry_to_files_list: pass filelist directlyAndrew Gregory1-8/+9
2015-03-26Add makepkg option --packagelistIvy Foster2-3/+28
2015-03-26repo-add: merge desc and depends filesAllan McRae1-7/+3
2015-03-26makepkg: write validpgpkeys to .SRCINFOAllan McRae1-1/+1
2015-03-26PKGBUILD.5: have epoch directly following pkgver/pkgrelAllan McRae1-5/+5
2015-03-26update repo-add documentation for removal of -f flagAllan McRae1-15/+7
2015-03-26Always create files databaseAllan McRae1-102/+153
2015-03-26repo-add: remove duplication finding old package detailsAllan McRae1-9/+1
2015-03-26repo-add: check early for xdelta if it is neededAllan McRae1-4/+24
2015-03-26repo-add: only update database if entire command succeededAllan McRae1-4/+4
2015-03-26repo-add: move database creation into its own functionAllan McRae1-20/+22
2015-03-26repo-add: move database rotation into its own functionAllan McRae1-30/+37
2015-03-26Merge branch 'maint'Allan McRae2-6/+3
2015-03-26Make get_pkg_arch treat arch as an arrayIvy Foster1-1/+1