diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-06-05 21:55:43 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-06-05 21:55:43 -0300 |
commit | 70ba392cd49a5cfe5353449d829389f866b93498 (patch) | |
tree | dd0046e5aa3cf3b2de3d42293b71cb9a5f81a80b /libre/libretools | |
parent | 3baa19e8b60debf3fb36581045e913c12c5c1469 (diff) | |
download | abslibre-70ba392cd49a5cfe5353449d829389f866b93498.tar.gz abslibre-70ba392cd49a5cfe5353449d829389f866b93498.tar.bz2 abslibre-70ba392cd49a5cfe5353449d829389f866b93498.zip |
libretools: fixing conflicts
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9f67689df..e1cfb14fa 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -1,10 +1,12 @@ # 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) pkgver=20130117 +pkgrel=2 pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" license=('GPL3+' 'GPL2') @@ -13,7 +15,7 @@ pkgrel=3 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() { |