summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122022-01-09 20:20:22 +0100
committerwillemw122022-01-09 20:20:22 +0100
commit205354fe7cb6f395852c05e166eb97e2ad73eb9f (patch)
treec831992e8afe0b1148092bae7150df3d92c0877b /PKGBUILD
parentf09efa95416c50b91bc5fd4b11a44fa9a98132ed (diff)
downloadaur-mythtv-indicator-bzr.tar.gz
Fix provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d12c58c8facd..37872b30752d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=mythtv-indicator-bzr
pkgver=r9
-pkgrel=3
+pkgrel=4
pkgdesc="MythTV panel indicator"
url="http://www.mythtv.org/wiki/MythTV-indicator"
license=('GPL3')
arch=('any')
depends=('gtk3' 'libappindicator-gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-lxml' 'python2-pillow' 'python2-simplejson')
makedepends=('bzr' 'python-dulwich')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-bzr}")
+conflicts=("${pkgname%-bzr}")
source=($pkgname::bzr+http://bazaar.launchpad.net/~r-d-vaughan/mythtv-indicator/trunk/)
md5sums=('SKIP')