summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-01-15 08:18:19 -0700
committerMark Wagie2024-01-15 08:18:19 -0700
commit27b1148eb9f19058bcb98af51b7383d58dc79ab6 (patch)
tree96804a0a256eec30ce07776cad3285d377ab081e /PKGBUILD
parentb89db006ca5b32db04eb5d0e9c38a6f39d57498e (diff)
downloadaur-27b1148eb9f19058bcb98af51b7383d58dc79ab6.tar.gz
13.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"