summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-04-16 14:06:45 +0300
committerChristoph Fink2020-04-16 14:06:45 +0300
commit8539083f49f2494c50bdd9059d75a1d3dd47718b (patch)
tree2d451539b5bde7076aafb68d3af72b38868e9ea0
parent721386e2aa9f0d0d89764b8549910ee49fe76101 (diff)
downloadaur-8539083f49f2494c50bdd9059d75a1d3dd47718b.tar.gz
v14-0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f438ea2392f..5094c5d229af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-cast-to-tv
pkgdesc = Cast files to your Chromecast or other devices over local network
- pkgver = 12
- pkgrel = 1
+ pkgver = 14
+ pkgrel = 0
url = https://github.com/Rafostar/gnome-shell-extension-cast-to-tv
arch = x86_64
license = GPL
@@ -10,9 +10,9 @@ pkgbase = gnome-shell-extension-cast-to-tv
depends = ffmpeg
depends = nodejs
optdepends = python-nautilus: Nautilus integration
- source = gnome-shell-extension-cast-to-tv-12.tar.gz::https://github.com/Rafostar/gnome-shell-extension-cast-to-tv/archive/v12.tar.gz
+ source = gnome-shell-extension-cast-to-tv-14.tar.gz::https://github.com/Rafostar/gnome-shell-extension-cast-to-tv/archive/v14.tar.gz
source = install_node_modules.patch
- sha256sums = 163f749ddf79b9d6a578644bfaaf6436f18c3711cd943c39f3358c5fc5bd615f
+ sha256sums = bcc71224d78cf838d491b1d6b5a995a1f4415f4acbebcdcae70bf5fa977e5c44
sha256sums = b24fa4e6b04cae500ec267345ac48f9c92452e0d9ad798ac28132984387b98cc
pkgname = gnome-shell-extension-cast-to-tv
diff --git a/PKGBUILD b/PKGBUILD
index 91db6a213da0..09dca41ae93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/Rafostar/$pkgname"
arch=("x86_64")
license=("GPL")
-pkgver=12
-pkgrel=1
+pkgver=14
+pkgrel=0
depends=(
"gnome-shell"
@@ -18,7 +18,7 @@ depends=(
"nodejs"
)
optdepends=(
- "python-nautilus: Nautilus integration"
+ "python-nautilus: Nautilus integration"
)
makedepends=(
"npm"
@@ -29,7 +29,7 @@ source=(
"install_node_modules.patch"
)
sha256sums=(
- "163f749ddf79b9d6a578644bfaaf6436f18c3711cd943c39f3358c5fc5bd615f"
+ "bcc71224d78cf838d491b1d6b5a995a1f4415f4acbebcdcae70bf5fa977e5c44"
"b24fa4e6b04cae500ec267345ac48f9c92452e0d9ad798ac28132984387b98cc"
)
@@ -63,7 +63,6 @@ package() {
nautilus/nautilus-cast-to-tv.py \
"$pkgdir/usr/share/nautilus-python/extensions/nautilus-cast-to-tv.py"
-
# Non-deterministic race in npm gives 777 permissions to random directories.
# See https://github.com/npm/npm/issues/9359 for details.
find "${pkgdir}/usr" -type d -exec chmod 755 {} +