summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDashon Wells2022-06-27 15:44:27 -0500
committerDashon Wells2022-06-27 15:44:27 -0500
commit9f1c86113ed63d603a05452fbf466f445ca46cb5 (patch)
treed1c77e5dda34429e9c940977bdf1aa99d5ee99a5 /PKGBUILD
parentd4155b61987c1ac353d234aa84722928b58da892 (diff)
downloadaur-9f1c86113ed63d603a05452fbf466f445ca46cb5.tar.gz
Update to version o.12.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"