summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122020-07-01 20:08:07 +0200
committerwillemw122020-07-01 20:08:07 +0200
commitf09efa95416c50b91bc5fd4b11a44fa9a98132ed (patch)
treeaf422c9a9d945adffe509745af7c04bc5aa58657 /PKGBUILD
parentbec8bb78c0aa8304de3da065b4a1f6020f41c07e (diff)
downloadaur-f09efa95416c50b91bc5fd4b11a44fa9a98132ed.tar.gz
Add 'python-dulwich' makedepends for 'bzr'
Remove .install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e0245bf2c99..d12c58c8facd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,16 @@
# Maintainer: willemw <willemw12@gmail.com>
-_pkgname=mythtv-indicator
-pkgname=$_pkgname-bzr
+pkgname=mythtv-indicator-bzr
pkgver=r9
-pkgrel=2
+pkgrel=3
pkgdesc="MythTV panel indicator"
url="http://www.mythtv.org/wiki/MythTV-indicator"
license=('GPL3')
arch=('any')
-depends=('gtk3' 'python2-gobject' 'libappindicator-gtk3' 'libnotify'
- 'python2-lxml' 'python2-simplejson' 'python2-dateutil' 'python2-pillow')
-makedepends=('bzr')
-provides=($_pkgname)
-conflicts=($_pkgname)
-install=$pkgname.install
+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}")
source=($pkgname::bzr+http://bazaar.launchpad.net/~r-d-vaughan/mythtv-indicator/trunk/)
md5sums=('SKIP')