mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
alarm/devtools-alarm: Add devtools
to conflicts
and provides
.
This - Prevents file conflict errors if `devtools` is installed while `devtools-alarm` is installed and vice versa. - Allows `devtools-alarm` to act as a substitute for `devtools` in the dependency lists of other packages.
This commit is contained in:
parent
55aae2f80a
commit
432fce648e
1 changed files with 3 additions and 1 deletions
|
@ -7,11 +7,13 @@
|
|||
pkgname=devtools-alarm
|
||||
_pkgname=devtools
|
||||
pkgver=20131107
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Tools for Arch Linux ARM package maintainers'
|
||||
arch=('any')
|
||||
license=('GPL')
|
||||
url='http://projects.archlinux.org/devtools.git/'
|
||||
conflicts=('devtools')
|
||||
provides=('devtools')
|
||||
depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
|
||||
source=("ftp://ftp.archlinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
|
||||
"ftp://ftp.archlinux.org/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz.sig"
|
||||
|
|
Loading…
Reference in a new issue