summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-07-12 16:03:19 +0200
committerGoliathLabs2020-07-12 16:03:19 +0200
commitb11c33836ed9a1a652279e57e06ed7525e952a44 (patch)
tree53479657ee3ed524187da4e71758f7a23ac0d0f5 /PKGBUILD
parent85ab0b7ead79f7ff3c02cb4f7952c23362f3968d (diff)
downloadaur-b11c33836ed9a1a652279e57e06ed7525e952a44.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98901735b90f..87fabb1c3ebb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
pkgver=7.1.1
-pkgrel=2
+pkgrel=3
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
-url=https://github.com/balloob/pychromecast
+url="https://github.com/home-assistant-libs/pychromecast"
license=('MIT')
depends=('python' 'python-protobuf' 'python-requests' 'python-zeroconf' 'python-six' 'python-setuptools' 'python-casttube')
makedepends=('python-setuptools')
-source=("https://github.com/balloob/pychromecast/archive/$pkgver.tar.gz")
+source=("https://github.com/home-assistant-libs/pychromecast/archive/$pkgver.tar.gz")
sha512sums=('f654e83af0f76c84407f84757a4a81ffaff82f7b944053e1c29c36cfc0eb7ebb4b2598928f458e1fd268239ba660d77276a03159809f1f25f8a5b5ffb9c327b3')
conflicts=('python-pychromecast6')