summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDashon Wells2022-06-27 15:44:27 -0500
committerDashon Wells2022-06-27 15:44:27 -0500
commit9f1c86113ed63d603a05452fbf466f445ca46cb5 (patch)
treed1c77e5dda34429e9c940977bdf1aa99d5ee99a5
parentd4155b61987c1ac353d234aa84722928b58da892 (diff)
downloadaur-9f1c86113ed63d603a05452fbf466f445ca46cb5.tar.gz
Update to version o.12.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd5aac9b65e5..91f7dbccb50d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = catt
pkgdesc = Cast All The Things - Send videos from many, many online sources to your Chromecast.
- pkgver = 0.12.8
- pkgrel = 0
+ pkgver = 0.12.9
+ pkgrel = 1
url = https://github.com/skorokithakis/catt
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = catt
depends = python-pychromecast>=7.5.0
depends = python-requests
depends = yt-dlp>=2020.06.06
- source = https://files.pythonhosted.org/packages/source/c/catt/catt-0.12.8.tar.gz
- sha256sums = e39eafcc85ab04927d94304718ac86f55bb1d8bd0e56b743ada3885385703aa9
+ source = https://files.pythonhosted.org/packages/source/c/catt/catt-0.12.9.tar.gz
+ sha256sums = 5aab8745872e2ed57602ce3d045da08741fdf08c319d6280cf8da07ae216872d
pkgname = catt
diff --git a/PKGBUILD b/PKGBUILD
index 3de5436c0ecb..9f63ab70af75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname='catt'
-pkgver=0.12.8
-pkgrel=0
+pkgver=0.12.9
+pkgrel=1
pkgdesc='Cast All The Things - Send videos from many, many online sources to your Chromecast.'
arch=('any')
url=https://github.com/skorokithakis/"${pkgname}"
@@ -24,7 +24,7 @@ depends=(
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e39eafcc85ab04927d94304718ac86f55bb1d8bd0e56b743ada3885385703aa9')
+sha256sums=('5aab8745872e2ed57602ce3d045da08741fdf08c319d6280cf8da07ae216872d')
build(){
cd "${srcdir}"/"${pkgname}"-"${pkgver}"