summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-07-09 11:32:59 +0200
committerGoliathLabs2020-07-09 11:32:59 +0200
commit85ab0b7ead79f7ff3c02cb4f7952c23362f3968d (patch)
tree56aecf529f0ac5624756a1c712b083c7a6f8eea3
parentc87e67d0353b150bfe3877723e469a9ee152f823 (diff)
downloadaur-85ab0b7ead79f7ff3c02cb4f7952c23362f3968d.tar.gz
Updated: conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47bfa4b097f5..91bb033d5229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
pkgver = 7.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/balloob/pychromecast
arch = any
license = MIT
@@ -13,6 +13,7 @@ pkgbase = python-pychromecast
depends = python-six
depends = python-setuptools
depends = python-casttube
+ conflicts = python-pychromecast6
source = https://github.com/balloob/pychromecast/archive/7.1.1.tar.gz
sha512sums = f654e83af0f76c84407f84757a4a81ffaff82f7b944053e1c29c36cfc0eb7ebb4b2598928f458e1fd268239ba660d77276a03159809f1f25f8a5b5ffb9c327b3
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"