aboutsummaryrefslogtreecommitdiffstats
path: root/arch.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-29This project has been renamed to `pacredir`. Please...HEADmasterGravatar Christian Hesse1-21/+0
... get it from https://github.com/eworm-de/pacredir#pacredir or https://git.eworm.de/cgit.cgi/pacredir/about/
2017-01-14update copyright for 2017Gravatar Christian Hesse1-1/+1
2016-01-04update copyright for 2016Gravatar Christian Hesse1-1/+1
2015-01-04update copyright for 2015Gravatar Christian Hesse1-1/+1
2014-01-03move arch specific macros to separate header fileGravatar Christian Hesse1-1/+1
2014-01-02update copyright yearGravatar Christian Hesse1-1/+1
2013-10-30use a little helper to determine architectureGravatar Christian Hesse1-0/+21
Architecture reported by `uname -a` and used by pacman are not neccessarily the same, so use a little helper.