summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-07-09 11:28:22 +0200
committerGoliathLabs2020-07-09 11:28:22 +0200
commitc87e67d0353b150bfe3877723e469a9ee152f823 (patch)
treebf408523d445c3718632bb56d13f8e707b77e1dd /PKGBUILD
parent5ecda3d76ee7b08ddc715122de347919f3dc7e96 (diff)
downloadaur-c87e67d0353b150bfe3877723e469a9ee152f823.tar.gz
Updated: 7.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ef0368a44d9..01f80f537d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Sibren Vasse <arch@sibrenvasse.nl>
# Contributor: Daniel M. Capella <polyzen@archlinux.info>
# Contributor: Morten Linderud <morten@linderud.pw>
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=7.1.0
+pkgver=7.1.1
pkgrel=1
pkgdesc='Library for Python 3 to communicate with the Google Chromecast'
arch=('any')
@@ -13,7 +14,7 @@ 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")
-sha512sums=('4a25011b9751c8f60e0b52f10d2ab15cdb6d44bed727c0cdd5b5c1f17c23ba242a8a6210b71dfaa43fb94814a8da25a153d2f3f598d62aae989882e0eec5007e')
+sha512sums=('f654e83af0f76c84407f84757a4a81ffaff82f7b944053e1c29c36cfc0eb7ebb4b2598928f458e1fd268239ba660d77276a03159809f1f25f8a5b5ffb9c327b3')
build() {
cd "$_name-$pkgver"