Please kindly switch to {RELEASE#}.r{REVISION#} pkgver format as stated in Arch Linux VCS package guidelines. Because the current pkgver is very confusing: there is no '0.6.36' stable release tag despite that's the version being generated right now by PKGBUILD.
To fix that confusion, add these to the PKGBUILD (remove the previous pkgver() function):
epoch=1
pkgver() {
cd "$_pkgname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
@Zaci thanks for the hint. The state of this pkg is pretty broken on my system.
After switching to tabbed-git it's finally working, because tabbed git is checking out the git master and not an outdated tarball.
@Zaci, tabbed hasn't seen a release since 2014. This package probably shouldn't be used.
Done, thanks. Sorry for the delay.
Please change the depends line to
depends=('libxft')
libxft already includes libx11, that's why libx11 can be removed from the dependencies.