Skip to content
  1. Oct 15, 2014
  2. 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
  3. Oct 11, 2014
  4. Oct 10, 2014
  5. Feb 03, 2014
  6. 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
  7. Dec 17, 2013
  8. Nov 15, 2013
  9. 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
  10. May 25, 2013
  11. May 24, 2013
  12. May 12, 2013
  13. 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
    • Seblu's avatar
      Rename archlinux compare method to archweb · 54a57f7f
      Seblu authored
      54a57f7f
    • Seblu's avatar
      No more class level AUR address · f6e51759
      Seblu authored
      f6e51759
    • Seblu's avatar
      New version comparaison algorithm · 81716b98
      Seblu authored
      Instead of using LooseVersion from distutils (a missed deps btw), I switched to
      a custom version not directly based on tuples comparaison. Because it doesn't
      support different type inside tuple.
      
      All my package are currently passing better than with LooseVersion.
      
      We also doesn't compute the full sorted list of versions but only the max, which
      is the last.
      81716b98
    • Seblu's avatar
      Use @VERSION@ only in archversion python package · 84ed3951
      Seblu authored
      This will avoid to run make every time a fix is provided in archversion (dev only)
      84ed3951
  14. May 10, 2013