aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcmel Berk Canlıer2021-06-25 12:05:54 +0300
committerEcmel Berk Canlıer2021-06-25 12:05:54 +0300
commit872fbc62ebe6b9517e7899aacff83add1c19f47e (patch)
tree3cba65edd89ae0a22496bfc4d0cb7af4a32c127c
parentbf81ac9c92ed6351c79ee96b5084ba5cb44a88ff (diff)
downloadaur-872fbc62ebe6b9517e7899aacff83add1c19f47e.tar.gz
Change the URL to point at the guide
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a39a82e403..97574b9f523f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = glfw-wayland-minecraft
pkgdesc = A free, open source, portable framework for graphical application development (wayland, patched for Minecraft)
pkgver = 3.3.4
pkgrel = 2
- url = https://www.glfw.org/
+ url = https://github.com/Admicos/minecraft-wayland
arch = x86_64
license = custom:ZLIB
makedepends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index 738605683212..5fb90198bf08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A free, open source, portable framework for graphical application devel
pkgver=3.3.4
pkgrel=2
arch=('x86_64')
-url="https://www.glfw.org/"
+url="https://github.com/Admicos/minecraft-wayland"
license=('custom:ZLIB')
depends=('wayland' 'libxkbcommon' 'libgl')
conflicts=('glfw' 'glfw-wayland')