From 0aa1d2fef69235abadfa17e859cf23a00a0730e3 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 3 Jun 2016 22:18:58 -0500 Subject: [PATCH] Reduced the scope of provides --- .SRCINFO | 1 - PKGBUILD | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 262c02c..3b1e453 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 6ebe643..e338e7e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=()