summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-04-30 11:10:09 +0300
committerChristoph Fink2020-04-30 11:10:09 +0300
commit554839312f076dc2810828ff746ca64229cb9f32 (patch)
treea290822697d5d811bd7a4744b86a8cf3fa6e2dad
parent9c43297810516dcc5807229e758420b908d8d2f9 (diff)
downloadaur-554839312f076dc2810828ff746ca64229cb9f32.tar.gz
README was not included in package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 949d0ad7a563..7ead6bf53c56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gnome-shell-extension-cast-to-tv
pkgdesc = Cast files to your Chromecast or other devices over local network
pkgver = 15
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/Rafostar/gnome-shell-extension-cast-to-tv
arch = x86_64
- license = GPL
+ license = GPL2
makedepends = npm
depends = gnome-shell
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index d109d91173ed..a855cc069ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ _gnomeextensionname="cast-to-tv@rafostar.github.com"
url="https://github.com/Rafostar/$pkgname"
arch=("x86_64")
-license=("GPL")
+license=("GPL2")
pkgver=15
-pkgrel=0
+pkgrel=1
depends=(
"gnome-shell"
@@ -55,13 +55,18 @@ package() {
install \
-Dm644 \
+ "README.md" \
+ "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+
+ install \
+ -Dm644 \
"schemas/org.gnome.shell.extensions.cast-to-tv.gschema.xml" \
"${pkgdir}/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.cast-to-tv.gschema.xml"
install \
-Dm644 \
nautilus/nautilus-cast-to-tv.py \
- "$pkgdir/usr/share/nautilus-python/extensions/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.