Reduced the scope of provides

This commit is contained in:
David Thurstenson 2016-06-03 22:18:58 -05:00
parent 7c91509908
commit 0aa1d2fef6
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ pkgbase = chirp-hg
depends = pygtk
depends = curl
provides = chirp
provides = chirp-daily
conflicts = chirp
conflicts = chirp-daily
source = chirp-hg::http://d-rats.com/hg/chirp.hg

View File

@ -8,7 +8,7 @@ url="http://chirp.danplanet.com/"
license=('GPL')
depends=('python2-lxml' 'python2-pyserial' 'desktop-file-utils' 'pygtk' 'curl')
makedepends=('mercurial')
provides=('chirp' 'chirp-daily')
provides=('chirp')
conflicts=('chirp' 'chirp-daily')
source=('chirp-hg::http://d-rats.com/hg/chirp.hg')
noextract=()