summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSandy Carter2021-01-30 22:47:39 -0500
committerSandy Carter2021-01-30 22:47:39 -0500
commitc087d363cf04916ff3c89fe5967af6d86ac93c6c (patch)
tree3c3d18640fd7c4ebbe0352c0fa3d5805229143dd /PKGBUILD
parent37c473ca9d30ba9e7d463a58365bb65ee416b2ee (diff)
downloadaur-c087d363cf04916ff3c89fe5967af6d86ac93c6c.tar.gz
Fix project website url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97890f0ea57e..b0a3f561096e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=r7631.741028840
pkgrel=1
pkgdesc="Cross-platform, graphics API agnostic, \"Bring Your Own Engine/Framework\" style rendering library. (With CMake build scripts)"
arch=('x86_64')
-url="https://bkaradzic.github.io"
+url="https://bkaradzic.github.io/bgfx"
license=('BSD' 'CC')
depends=('mesa' 'libx11')