Skip to content
  1. Jun 05, 2013
    • Seblu's avatar
      Add alises to commands · b041172e
      Seblu authored
      b041172e
    • 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
  2. May 25, 2013
    • Seblu's avatar
      Use python3 as sheebang · eebedb25
      Seblu authored
      This follow a PEP (don't remember number) to improve compatibility accross
      distro.
      eebedb25
  3. May 24, 2013
  4. May 11, 2013
  5. May 10, 2013
  6. 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