summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-15 08:18:19 -0700
committerMark Wagie2024-01-15 08:18:19 -0700
commit27b1148eb9f19058bcb98af51b7383d58dc79ab6 (patch)
tree96804a0a256eec30ce07776cad3285d377ab081e
parentb89db006ca5b32db04eb5d0e9c38a6f39d57498e (diff)
downloadaur-python-pychromecast.tar.gz
13.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958e21934bd6..582d2fc63406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pychromecast
pkgdesc = Library for Python 3 to communicate with the Google Chromecast
- pkgver = 13.0.8
+ pkgver = 13.1.0
pkgrel = 1
url = https://github.com/home-assistant-libs/pychromecast
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pychromecast
depends = python-casttube
depends = python-protobuf
depends = python-zeroconf
- source = pychromecast-13.0.8.tar.gz::https://github.com/home-assistant-libs/pychromecast/archive/refs/tags/13.0.8.tar.gz
- sha256sums = 73ff3f93ffe50720c7ea0ff5c491bbaefaac2fbc69f021fbaa7a3e0e1748921c
+ source = pychromecast-13.1.0.tar.gz::https://github.com/home-assistant-libs/pychromecast/archive/refs/tags/13.1.0.tar.gz
+ sha256sums = 75571ef1bdb9808a52227ba47ae46281332bbe67eaebc26aee947cdc1e3e5a67
pkgname = python-pychromecast
diff --git a/PKGBUILD b/PKGBUILD
index c3374fb0601e..34800a90eceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=python-pychromecast
_name=${pkgname#python-}
-pkgver=13.0.8
+pkgver=13.1.0
pkgrel=1
pkgdesc="Library for Python 3 to communicate with the Google Chromecast"
arch=('any')
@@ -16,7 +16,7 @@ license=('MIT')
depends=('python-casttube' 'python-protobuf' 'python-zeroconf')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('73ff3f93ffe50720c7ea0ff5c491bbaefaac2fbc69f021fbaa7a3e0e1748921c')
+sha256sums=('75571ef1bdb9808a52227ba47ae46281332bbe67eaebc26aee947cdc1e3e5a67')
build() {
cd "$_name-$pkgver"