summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2023-03-28 07:12:36 +0300
committertocic2023-03-28 07:12:36 +0300
commitbe24aa151d26ed73dc6d0577745d6a16302ce89c (patch)
tree61106dd72a65dad8635b2038b21e402029af5c7e
parent939cae76663623bd110ac55d57fa08fa16c9a13e (diff)
downloadaur-be24aa151d26ed73dc6d0577745d6a16302ce89c.tar.gz
Change upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efebe1d583c6..81f8d1795994 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = sdl2pp
pkgdesc = C++ bindings/wrapper for SDL2
pkgver = 0.17.0
pkgrel = 2
- url = https://github.com/libSDL2pp/libSDL2pp
+ url = https://sdl2pp.amdmi3.ru
arch = x86_64
license = ZLIB
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 6e8bde1ba35b..82a0b245cb63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.17.0
pkgrel=2
pkgdesc="C++ bindings/wrapper for SDL2"
arch=("x86_64")
-url="https://github.com/libSDL2pp/libSDL2pp"
+url="https://sdl2pp.amdmi3.ru"
license=("ZLIB")
depends=("sdl2" "sdl2_image" "sdl2_mixer" "sdl2_ttf")
makedepends=("cmake")