summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2022-03-23 18:19:10 +0100
committerSimon Eriksson2022-03-23 18:19:54 +0100
commit4d6c58a26e452fe8c9ea0488656fe0f3c0930485 (patch)
treec9a7cca3170f4b45b3d2816c4bf91511e4b51267
parent3f59c07aa776cbf8fd477d2f72373df8a1e25e35 (diff)
downloadaur-4d6c58a26e452fe8c9ea0488656fe0f3c0930485.tar.gz
Update GitHub URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3669f27b26cc..ef23bb9bdacb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = libdragon-git
- pkgver = r374.f935b46
+ pkgver = r421.f0de312
pkgrel = 1
url = http://www.dragonminded.com/n64dev/libdragon
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libdragon-git
depends = libpng
depends = mips64-elf-gcc
depends = mips64-elf-newlib
- source = git://github.com/DragonMinded/libdragon.git#branch=trunk
+ source = git+https://github.com/DragonMinded/libdragon.git#branch=trunk
sha256sums = SKIP
pkgname = libdragon-git
diff --git a/PKGBUILD b/PKGBUILD
index 32d22d0c63b9..63ca694cf15e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Maintainer: Simon Eriksson <simon.eriksson.1187+aur AT gmail.com>
pkgname=('libdragon-git' 'libdragon-tools-git')
-pkgver=r374.f935b46
+pkgver=r421.f0de312
pkgrel=1
url="http://www.dragonminded.com/n64dev/libdragon"
arch=('x86_64')
license=('custom:UNLICENSE')
makedepends=('git')
depends=('libpng' 'mips64-elf-gcc' 'mips64-elf-newlib')
-source=("git://github.com/DragonMinded/libdragon.git#branch=trunk")
+source=("git+https://github.com/DragonMinded/libdragon.git#branch=trunk")
sha256sums=('SKIP')
pkgver() {