diff options
Diffstat (limited to 'deadbeef-plugin-fb-gtk3-git')
-rw-r--r-- | deadbeef-plugin-fb-gtk3-git/.SRCINFO | 2 | ||||
-rw-r--r-- | deadbeef-plugin-fb-gtk3-git/PKGBUILD | 6 |
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 } |