diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-03-25 11:01:10 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-03-25 11:01:10 -0300 |
commit | ccd335f2d7a1046315738dec587e134338c5c54b (patch) | |
tree | 90a36809c0e17d792bb13374c972ecd11d436e3d /~lukeshu | |
parent | 88c06baa346883071577f08186c9240a67fad8c1 (diff) | |
parent | 9f29cee7f16358c8f28325092a098fed4659f4ce (diff) | |
download | abslibre-ccd335f2d7a1046315738dec587e134338c5c54b.tar.gz abslibre-ccd335f2d7a1046315738dec587e134338c5c54b.tar.bz2 abslibre-ccd335f2d7a1046315738dec587e134338c5c54b.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to '~lukeshu')
-rw-r--r-- | ~lukeshu/thingutils-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD index 23683bc52..26972139f 100644 --- a/~lukeshu/thingutils-git/PKGBUILD +++ b/~lukeshu/thingutils-git/PKGBUILD @@ -5,13 +5,13 @@ pkgname=$_pkgname-git pkgver=20131203 _gitver=aa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd -pkgdesc="" +pkgdesc="Random shell utilities by Luke Shumaker" url="https://gitorious.org/thingutils" license=('MIT') provides=($_pkgname) conflicts=($_pkgname) -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') depends=( @@ -27,7 +27,7 @@ depends=( ) makedepends=('go') -source=("libre://$pkgname-$pkgver.tar.gz") +source=("https://repo.parabolagnulinux.org/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz") mkdepends=('git') mksource=("$pkgname-$pkgver::git://gitorious.org/$_pkgname/$_pkgname.git#commit=$_gitver") |