summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcouney2020-04-02 12:13:30 +0100
committerMarcouney2020-04-02 12:13:30 +0100
commitf3aacab4a94071bba4a801ee25b9cb7f83fa0074 (patch)
tree323648e8f75c69732c56023cc666eadc68521e0b
parent5a9e65b8208fc57c3064308b51c511d7fdf9c367 (diff)
downloadaur-deadbeef-plugin-hdcd-git.tar.gz
Minor fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d938a1afa28..c6b8eda9a84d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deadbeef-plugin-hdcd-git
pkgdesc = An HDCD decoder DSP plugin for deadbeef audio player, using libhdcd
pkgver = r9.246c842
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/bp0/deadbeef-hdcd
arch = i686
arch = x86_64
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
}