summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2019-03-18 16:00:14 +0100
committerPieter Goetschalckx2019-03-18 16:00:14 +0100
commit591aa7d158aa441338cf55a225c9a18495d9c18e (patch)
treee4c08ae3ece0b297222685daec7a8a8fb28c6482
parent8ac12a798bb8704d12026e095bf45d86380f14e5 (diff)
downloadaur-591aa7d158aa441338cf55a225c9a18495d9c18e.tar.gz
Version 8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f98fae9ae7..7ec15802cc81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-cast-to-tv
pkgdesc = Cast files to your Chromecast or other devices over local network
- pkgver = 5
+ pkgver = 8
pkgrel = 1
url = https://github.com/Rafostar/gnome-shell-extension-cast-to-tv
arch = any
@@ -9,8 +9,8 @@ pkgbase = gnome-shell-extension-cast-to-tv
makedepends = gettext
depends = gnome-shell
depends = ffmpeg
- source = https://github.com/Rafostar/gnome-shell-extension-cast-to-tv/archive/v5.tar.gz
- sha256sums = 0ccfc6b5f55b2f9e468170bcae0df34e9cc744366583192969f4831049016902
+ source = https://github.com/Rafostar/gnome-shell-extension-cast-to-tv/archive/v8.tar.gz
+ sha256sums = 1c37ea56c9d38950016d8a469e7ee13ff342e6773b6793d2ded0cc1bd118d48e
pkgname = gnome-shell-extension-cast-to-tv
diff --git a/PKGBUILD b/PKGBUILD
index 9573af7e81a4..4a0cfab74b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname=gnome-shell-extension-cast-to-tv
-pkgver=5
+pkgver=8
pkgrel=1
pkgdesc="Cast files to your Chromecast or other devices over local network"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('gnome-shell' 'ffmpeg')
makedepends=('npm' 'gettext')
source=("https://github.com/Rafostar/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('0ccfc6b5f55b2f9e468170bcae0df34e9cc744366583192969f4831049016902')
+sha256sums=('1c37ea56c9d38950016d8a469e7ee13ff342e6773b6793d2ded0cc1bd118d48e')
build() {
cd "$pkgname-$pkgver"