summaryrefslogtreecommitdiff
path: root/deadbeef-plugin-fb-gtk3-git
diff options
context:
space:
mode:
authorDeposite Pirate2021-03-25 08:07:01 +0100
committerDeposite Pirate2021-03-25 08:07:01 +0100
commit6862e73b5932c7f69d6a70d24867124cd58505c5 (patch)
tree6ca90ba986d13aec276bd1c5d2008b8d53ca3a13 /deadbeef-plugin-fb-gtk3-git
parentaa4045f8471272de7661a5b467c0057d579c4a93 (diff)
* Fix compilation.
modified: deadbeef-plugin-fb-gtk3-git/.SRCINFO modified: deadbeef-plugin-fb-gtk3-git/PKGBUILD
Diffstat (limited to 'deadbeef-plugin-fb-gtk3-git')
-rw-r--r--deadbeef-plugin-fb-gtk3-git/.SRCINFO2
-rw-r--r--deadbeef-plugin-fb-gtk3-git/PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/deadbeef-plugin-fb-gtk3-git/.SRCINFO b/deadbeef-plugin-fb-gtk3-git/.SRCINFO
index d81fe33..ac398a8 100644
--- a/deadbeef-plugin-fb-gtk3-git/.SRCINFO
+++ b/deadbeef-plugin-fb-gtk3-git/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deadbeef-plugin-fb-gtk3-git
pkgdesc = A filebrowser plugin for the DeaDBeeF audio player
pkgver = r166.g355e614
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/zykure/deadbeef-fb
arch = i686
arch = x86_64
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
}