git » sdl2_ttf.git » commit 6575c96

Fix URL

author Sven-Hendrik Haase
2022-07-09 00:58:43 UTC
committer Sven-Hendrik Haase
2022-07-09 00:58:43 UTC
parent 3535f741fc8e9749a013e39fcbe083c2e0ec543e

Fix URL

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 227cd72..17e0dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.20.0
 pkgrel=1
 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (Version 2)"
 arch=('x86_64')
-url="http://www.libsdl.org/projects/SDL_ttf"
+url="https://github.com/libsdl-org/SDL_ttf"
 license=('MIT')
 depends=('sdl2' 'freetype2')
 source=("https://github.com/libsdl-org/SDL_ttf/releases/download/release-${pkgver}/SDL2_ttf-${pkgver}.tar.gz"{,.sig})