Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/glfw
diff options
context:
space:
mode:
Diffstat (limited to 'community/glfw')
-rw-r--r--community/glfw/PKGBUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD
deleted file mode 100644
index 21fa2996..00000000
--- a/community/glfw/PKGBUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-eval "$(
- declare -f package_glfw-x11 | \
- sed '
- 2 a arch=('"${arch[*]}"')
- '
- declare -f package_glfw-wayland | \
- sed '
- 2 a arch=('"${arch[*]}"')
- '
- declare -f package_glfw-doc | \
- sed '
- 2 a arch=(any)
- '
-)"