summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Thurstenson2016-06-03 22:18:58 -0500
committerDavid Thurstenson2016-06-03 22:18:58 -0500
commit0aa1d2fef69235abadfa17e859cf23a00a0730e3 (patch)
treea86a82d4c271de7c52b3a2e32e482582def5c48e
parent7c915099089dfd9b500b72bcf3709c4bbfb3fafb (diff)
downloadaur-0aa1d2fef69235abadfa17e859cf23a00a0730e3.tar.gz
Reduced the scope of provides
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262c02c531cc..3b1e45309f00 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 6ebe6432b127..e338e7e4edce 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=()