summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 90e03b363bf87a5d05f8279ffbf80d380c79cdea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- fix the broken pipe bug
- handle version comparators in makepkg dep resolution (eg, glibc>=2.2.5)
- record md5sums of all files in a package
? use 'set -e' in makepkg?
x if a package fails, ask before aborting the full operation
  - can't -- further dependent packages may fail b/c of the first failure
- check $PACCONF env var
? use a 'trust pacman' config option for downgrading?
? build-time (source) dependencies in makepkg
? run ldd on every executable in a newly built package to find required so's
- add a --pretend option
- add a consistency/sanity check operation (md5 tracking for all files)
- use package caches more for performance
- clean up output a bit (message queue?)
- use a files.cache db for --owns and db_find_conflicts