summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-07-09 11:32:59 +0200
committerGoliathLabs2020-07-09 11:32:59 +0200
commit85ab0b7ead79f7ff3c02cb4f7952c23362f3968d (patch)
tree56aecf529f0ac5624756a1c712b083c7a6f8eea3 /PKGBUILD
parentc87e67d0353b150bfe3877723e469a9ee152f823 (diff)
downloadaur-85ab0b7ead79f7ff3c02cb4f7952c23362f3968d.tar.gz
Updated: conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01f80f537d20..98901735b90f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
pkgver=7.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
url=https://github.com/balloob/pychromecast
@@ -15,6 +15,7 @@ depends=('python' 'python-protobuf' 'python-requests' 'python-zeroconf' 'python-
makedepends=('python-setuptools')
source=("https://github.com/balloob/pychromecast/archive/$pkgver.tar.gz")
sha512sums=('f654e83af0f76c84407f84757a4a81ffaff82f7b944053e1c29c36cfc0eb7ebb4b2598928f458e1fd268239ba660d77276a03159809f1f25f8a5b5ffb9c327b3')
+conflicts=('python-pychromecast6')
build() {
cd "$_name-$pkgver"