summaryrefslogtreecommitdiff
path: root/deadbeef-plugin-fb-gtk3-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef-plugin-fb-gtk3-git/PKGBUILD')
-rw-r--r--deadbeef-plugin-fb-gtk3-git/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/deadbeef-plugin-fb-gtk3-git/PKGBUILD b/deadbeef-plugin-fb-gtk3-git/PKGBUILD
index 81ed648..d27d8d0 100644
--- a/deadbeef-plugin-fb-gtk3-git/PKGBUILD
+++ b/deadbeef-plugin-fb-gtk3-git/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=deadbeef-fb
pkgname=deadbeef-plugin-fb-gtk3-git
pkgver=r166.g355e614
-pkgrel=1
+pkgrel=2
pkgdesc="A filebrowser plugin for the DeaDBeeF audio player"
arch=('i686' 'x86_64')
url="https://gitlab.com/zykure/deadbeef-fb"
@@ -24,6 +24,10 @@ pkgver() {
prepare() {
cd "${_pkgname}"
+
+ # Temporarily fix compilation
+ sed -e "s/errno/err_no/g" -i utils.c
+
./autogen.sh
}