Skip to content
  1. Feb 27, 2015
  2. 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
  3. May 25, 2013
    • Seblu's avatar
      Move pacman query into a class · 292734a9
      Seblu authored
      pacman database queries are now handled by a singleton class into pacman module.
      This will avoid a huge memory consumption to the current implementation.
      292734a9
  4. May 24, 2013
  5. May 11, 2013
  6. May 10, 2013
  7. Apr 05, 2013
    • Seblu's avatar
      Split archversion from absr · 09aea778
      Seblu authored
      Instead of having all tools into one arch tools repository, split into
      sub autonomous project.
      09aea778