diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-07 09:07:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-06-07 09:07:00 -0300 |
commit | 217518f0ff6feb1cf0b6a045395002c15ce32095 (patch) | |
tree | 02a52b27a0efa95dcaf104fc177afeb7a86acff0 /libre/libretools/PKGBUILD | |
parent | 9d30b19787f5d96698d0d478da9a91cddd4d0fbe (diff) | |
parent | fc7e49d04d3f1b8e84dbb6fb0cc76e417d362b4c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/libretools/PKGBUILD')
-rw-r--r-- | libre/libretools/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9f67689df..815f28b96 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -1,6 +1,7 @@ # Maintainer: Joshua Haase <hahj87@gmail.com # Contributor: Luke Shumaker <lukeshu@sbcglobal.net> # Contributor: fauno <fauno@kiwwwi.com.ar> +# Contributor: Márcio Silva <coadde@lavabit.com> pkgbase=libretools pkgname=(libretools libretools-mips64el) @@ -9,11 +10,11 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" license=('GPL3+' 'GPL2') -pkgrel=3 +pkgrel=4 arch=('any') groups=(base-devel) depends=(openssh rsync git wget tokyocabinet) -conflicts=(chroottools) +conflicts=(chroottools devtools libretools-legacy) source=(https://projects.parabolagnulinux.org/$pkgbase.git/snapshot/$pkgbase-$pkgver.tar) build() { |