summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycex2020-02-08 14:51:40 +0100
committernycex2020-02-08 14:51:40 +0100
commit085223beccab640957b5618fa36729c4263c19e8 (patch)
tree93d097aec868a43f7c9bf7882f8695fb16b79cd7
parent8684dab61596912bc77346b6231943ca987dd8f2 (diff)
downloadaur-085223beccab640957b5618fa36729c4263c19e8.tar.gz
move to codeberg
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 719523282838..4b7c954fc3c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = axosnake-git
pkgdesc = a snake game written in rust with quicksilver
pkgver = r67.6caf3a1
pkgrel = 1
- url = https://gitlab.com/nycex/axosnake
+ url = https://codeberg.org/nycex/axosnake
arch = any
license = MIT
depends = rust
diff --git a/PKGBUILD b/PKGBUILD
index b27964334c29..2d7824586aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgbasename=axosnake
pkgname=$_pkgbasename-git
pkgrel=1
-pkgver=r67.6caf3a1
+pkgver=r69.f4e09b3
pkgdesc="a snake game written in rust with quicksilver"
arch=('any')
-url="https://gitlab.com/nycex/$_pkgbasename"
+url="https://codeberg.org/nycex/$_pkgbasename"
license=('MIT')
depends=('rust')
source=(git+https://gitlab.com/nycex/${_pkgbasename})