summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycex2020-02-08 14:51:40 +0100
committernycex2020-02-08 14:51:40 +0100
commit085223beccab640957b5618fa36729c4263c19e8 (patch)
tree93d097aec868a43f7c9bf7882f8695fb16b79cd7 /PKGBUILD
parent8684dab61596912bc77346b6231943ca987dd8f2 (diff)
downloadaur-085223beccab640957b5618fa36729c4263c19e8.tar.gz
move to codeberg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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})