diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 12:45:40 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 12:45:40 -0300 |
commit | 27cd560baa49d7eb685a5789cb915c5cdbdaf305 (patch) | |
tree | 03f7fdcdfa62b05dd9793f2809c20d6357c991c0 /~lukeshu | |
parent | 88e1da204a82b0e8c0fa1a9e42ecd1b86a08eab8 (diff) | |
parent | c86852f13787f259167b1df6d3762ef78980cad3 (diff) | |
download | abslibre-27cd560baa49d7eb685a5789cb915c5cdbdaf305.tar.gz abslibre-27cd560baa49d7eb685a5789cb915c5cdbdaf305.tar.bz2 abslibre-27cd560baa49d7eb685a5789cb915c5cdbdaf305.zip |
Merge branch 'master' of vparabola: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") |