summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"