summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcouney2020-04-02 12:13:30 +0100
committerMarcouney2020-04-02 12:13:30 +0100
commitf3aacab4a94071bba4a801ee25b9cb7f83fa0074 (patch)
tree323648e8f75c69732c56023cc666eadc68521e0b /PKGBUILD
parent5a9e65b8208fc57c3064308b51c511d7fdf9c367 (diff)
downloadaur-deadbeef-plugin-hdcd-git.tar.gz
Minor fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7717e5a57ff..e78b7d8d1536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=deadbeef-plugin-hdcd-git
_pkgname=deadbeef-hdcd
pkgver=r9.246c842
-pkgrel=2
+pkgrel=3
pkgdesc="An HDCD decoder DSP plugin for deadbeef audio player, using libhdcd"
arch=('i686' 'x86_64')
url="https://github.com/bp0/deadbeef-hdcd"
@@ -25,5 +25,5 @@ build() {
package() {
cd "$srcdir/$_pkgname/"
- install -Dm644 -t "$pkgdir/usr/lib/deadbeef/" ddb_hdcd.so
+ install -Dm755 -t "$pkgdir/usr/lib/deadbeef/" ddb_hdcd.so
}