Skip to content
  1. Sep 17, 2015
    • Seblu's avatar
      Relax utf-8 encoding · 0a8930be
      Seblu authored
      Some web sites have buggy utf8 encoding or not use utf8.
      We don't have to be strict, we want a wide coverage.
      0a8930be
    • Seblu's avatar
      Fix cache saving · 4ece4064
      Seblu authored
      A bug was introduced by sorting the cache content. Resulting of destroying
      the cache object and replace it with a simple dict with no saving.
      4ece4064
    • Seblu's avatar
      Fix typo · 68f121dd
      Seblu authored
      68f121dd
  2. Sep 09, 2015
  3. Aug 19, 2015
  4. Jul 21, 2015
  5. May 17, 2015
  6. Feb 27, 2015
  7. Nov 12, 2014
  8. Oct 15, 2014
  9. Oct 12, 2014
    • Seblu's avatar
      Rework config/cache files · 3034291f
      Seblu authored
      Static files are now under a directory in xdg directories (config or cache)
      
      New paths:
      $XDG_CONFIG/packages.conf
      $XDG_CONFIG/sendmail.conf
      $XDG_CACHE/packages.conf
      3034291f
    • Seblu's avatar
      Fresh mode is now based on time · b1bd8c47
      Seblu authored
      Doesn't compare versions, let that to new mode
      b1bd8c47
  10. Oct 11, 2014
  11. Oct 10, 2014
  12. Feb 03, 2014
  13. Jan 28, 2014
    • Seblu's avatar
      Add regex_exclude · 07abcdbf
      Seblu authored
      This option allow to use a regex to exclude upstream versions before trying to
      find the last one. Useful to exclude rc* version from a list without building
      a complex regex_version.
      07abcdbf
  14. Dec 17, 2013
  15. Nov 15, 2013
  16. Jun 05, 2013
    • Seblu's avatar
      Retrive first pkgname insteaf of pkgbase by default · a67e2d5b
      Seblu authored
      To keep the rules of using binary name of the package in the config file,
      we grab the pkgname[0] of the bash array. This is done to stay compatible with
      archweb.
      
      As bash 4.2.x doesn't export array to env (well know bug). We add a custom
      export as string the first field of pkgname array as pkgname0.
      a67e2d5b
  17. May 25, 2013
  18. May 24, 2013
  19. May 12, 2013
  20. May 11, 2013
    • Seblu's avatar
      Improve autotools · 2e4ca816
      Seblu authored
      - rename config example files
      - remove __init__.py from /usr/bin
      - install README.rst and example*.conf in doc directory
      - ship misc file into dist tarball
      2e4ca816
    • Seblu's avatar
      Add pacman compare mode · 973879dc
      Seblu authored
      Allow to check package against local pacman synced db
      
      Add new deps to alpm
      973879dc