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:
Evan Teitelman 2014-02-15 19:50:17 -05:00
parent 55aae2f80a
commit 432fce648e

View file

@ -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"