@bittin, it's good form to provide more information than just "it doesn't work". For example, include an error message, or link to a paste showing the full build output.
As it is, the issue is due to a typo in the build()
function:
diff --git a/PKGBUILD b/PKGBUILD
index 0fa785f..af53be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ conflicts=("${_pkgname}")
source=("https://archive.xfce.org/src/xfce/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2")
sha256sums=('f5f90e77cf6bdffe229d9d3a4d46a0e392d3e94b9ee1af7433e6e2fe45e35c5f')
-uild() {
+build() {
cd "${_pkgname}-${pkgver}"
./configure \
--prefix=/usr \
Pinned Comments