diff options
author | Deposite Pirate | 2021-03-25 08:07:01 +0100 |
---|---|---|
committer | Deposite Pirate | 2021-03-25 08:07:01 +0100 |
commit | 6862e73b5932c7f69d6a70d24867124cd58505c5 (patch) | |
tree | 6ca90ba986d13aec276bd1c5d2008b8d53ca3a13 /deadbeef-plugin-fb-gtk3-git/PKGBUILD | |
parent | aa4045f8471272de7661a5b467c0057d579c4a93 (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/PKGBUILD')
-rw-r--r-- | deadbeef-plugin-fb-gtk3-git/PKGBUILD | 6 |
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 } |