summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2020-04-16 14:06:45 +0300
committerChristoph Fink2020-04-16 14:06:45 +0300
commit8539083f49f2494c50bdd9059d75a1d3dd47718b (patch)
tree2d451539b5bde7076aafb68d3af72b38868e9ea0 /PKGBUILD
parent721386e2aa9f0d0d89764b8549910ee49fe76101 (diff)
downloadaur-8539083f49f2494c50bdd9059d75a1d3dd47718b.tar.gz
v14-0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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 {} +