summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}