summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-08-03 10:02:30 +0700
committerAchmad Fathoni2021-08-03 10:02:30 +0700
commitb6eab3ff3d096dcd0f3dd07749335ee344f7929d (patch)
tree355d6aa436bf40d9fa11c77fe435c739b955b219
parent51234b8ad3389468e2d52b9c8c7cedd8d48daffe (diff)
downloadaur-mpv-playlistmanager-git.tar.gz
"Add config file and fix file permission"
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75fba0ded26..dc81f21b4618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpv-playlistmanager-git
pkgdesc = Mpv lua script to create and manage playlists.
pkgver = r224.1c2c880
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonniek/mpv-playlistmanager
arch = any
license = Unlicense
diff --git a/PKGBUILD b/PKGBUILD
index c2c168636e54..bd25f97136ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mpv-playlistmanager-git
_pkgname=${pkgname%-git}
pkgver=r224.1c2c880
-pkgrel=1
+pkgrel=2
pkgdesc="Mpv lua script to create and manage playlists."
arch=('any')
url="https://github.com/jonniek/mpv-playlistmanager"
@@ -19,5 +19,6 @@ pkgver() {
package() {
cd "$_pkgname"
- install -Dm 755 playlistmanager.lua "$pkgdir/usr/share/mpv/scripts/playlistmanager.lua"
+ install -Dm644 playlistmanager.lua -t "$pkgdir"/usr/share/mpv/scripts
+ install -Dm644 playlistmanager.conf -t "$pkgdir"/usr/share/doc/mpv/script-opts
}