diff options
author | 4ur3l13n <aurelien@hackers.camp> | 2015-08-06 17:22:49 +0200 |
---|---|---|
committer | 4ur3l13n <aurelien@hackers.camp> | 2015-08-06 17:22:49 +0200 |
commit | 28af3d42e0ea56a9fd0efe53a435bb5d5d5d0cbf (patch) | |
tree | 5b6a3659b393bae05538d34c77080375f07f2f03 /PKGBUILD | |
parent | 80ae452a4792014e203418cdf9efadbb2181b32c (diff) |
upgrade to version 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ # Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> pkgname=paraboley -pkgver=0.1 +pkgver=0.2 pkgrel=1 pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo." arch=('any') -url="http://XL04D.github.com/paraboley" +url="https://projects.parabola.nu/paraboley.git" license=('GPL') depends=('python') makedepends=('git' 'python-distribute') @@ -16,7 +16,7 @@ optdepends=( ) conflicts=() provides=('paraboley') -source="git://github.com/XL04D/paraboley.git" +source="git://projects.parabola.nu/paraboley.git" pkgver() { cd ${pkgname} |