summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Meyer2020-03-01 20:29:44 +0100
committerSebastian Meyer2020-03-01 20:29:44 +0100
commitf20c3543868f65c82cd7481beb3fe16acef2a93a (patch)
tree5686872477ec93998cfd831b3d17620f91dccb96 /PKGBUILD
parent9bd8d030845c89c1ae35a0432b4497cb971e8325 (diff)
downloadaur-f20c3543868f65c82cd7481beb3fe16acef2a93a.tar.gz
Do not use inofficial git mirror, but upstream mercurial instead
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63712faa37e0..7d260d093301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@ conflicts=('sdl')
pkgver=latest
pkgrel=1
pkgdesc="Provides a binary-compatible API for programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes."
-url='https://github.com/SDL-mirror/sdl12-compat.git'
+url=https://hg.libsdl.org/sdl12-compat/
arch=('i686' 'x86_64')
license=('ZLIB')
depends=('sdl2')
makedepends=('cmake')
-source=('git+https://github.com/SDL-mirror/sdl12-compat.git' 'fix-cmakelists.patch' 'fix-srcdir-reference.patch')
+source=('hg+https://hg.libsdl.org/sdl12-compat/' 'fix-cmakelists.patch' 'fix-srcdir-reference.patch')
sha256sums=('SKIP'
'6b89938e36ceafbe0e5fec87aa03606c20166890ea73320e5fabf4fd2c3ff4b5'
'e59519698276b34277a76746b84c06afe5f21037e3c4a5a8e8f913306f0bd812')