summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrobled2016-03-19 18:16:27 -0400
committerrobled2016-03-19 18:16:27 -0400
commitb665e937656b1e567914100d5b10f5f985016c1d (patch)
tree8548aaaa28b46c038860d4614c65abf8b721446e /PKGBUILD
parent5234ace63d7c390e5df475a4079837208de7c5c2 (diff)
downloadaur-rocket-depot-git.tar.gz
fix bug in conflicts/provides statement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9d8f50dc2fb..a1766787e9c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('GPL3')
depends=('python2-setuptools' 'xterm'
'rdesktop' 'freerdp' 'python2-gobject2')
makedepends=('git')
-provides=('rocket-depot')
-conflicts=('rocket-depot')
+provides=('rocket-depot-git')
+conflicts=('rocket-depot-git')
source=('git://github.com/robled/rocket-depot.git')
validpgpkeys=('B824D205724FFCA441BC7EB8FB2520321683174C')
md5sums=('SKIP')