summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsavagezen2021-12-24 12:12:52 -0500
committersavagezen2021-12-24 12:12:52 -0500
commit52cda96ee000c10b875fc2a85f2cbbc2e4f2b031 (patch)
tree9ccbc00a44b29776d0382978fac2bebf175df104
parent73d892d855ff8c1d595f80213d12acab7b8ea6b2 (diff)
downloadaur-52cda96ee000c10b875fc2a85f2cbbc2e4f2b031.tar.gz
migrate from github to gitlab
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79d31d4ee1e1..dc0856ddd9b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dnd-tools
pkgdesc = Interactive CLI tools for Dungeons and Dragons 5e
pkgver = r36.baefb9e
pkgrel = 1
- url = https://github.com/savagezen/dnd-tools
+ url = https://gitlab.com/savagezen/dnd-tools
arch = i686
arch = x86_64
license = AGPLv3
@@ -11,7 +11,7 @@ pkgbase = dnd-tools
depends = python
provides = dnd-tools
conflicts = dnd-tools
- source = git://github.com/savagezen/dnd-tools.git
+ source = git://gitlab.com/savagezen/dnd-tools.git
sha256sums = SKIP
pkgname = dnd-tools
diff --git a/PKGBUILD b/PKGBUILD
index 6f22177fe59b..736a094a7b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Interactive CLI tools for Dungeons and Dragons 5e'
depends=('python')
makedepends=('git' 'python')
arch=('i686' 'x86_64')
-url='https://github.com/savagezen/dnd-tools'
+url='https://gitlab.com/savagezen/dnd-tools'
license=('AGPLv3')
conflicts=('dnd-tools')
provides=('dnd-tools')