summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d697237f9bf..cad3e8aecb0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = 2048-rs
pkgdesc = A very pretty cli implementation of the popular 2048 game written in rust
pkgver = 0.5.0
pkgrel = 1
- url = https://github.com/pierrechevalier83/2048
+ url = https://github.com/pierrechevalier83/2048-rs
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 779ef5cac601..bf230f4eb9cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=game-2048
pkgver=0.5.0
pkgrel=1
pkgdesc="A very pretty cli implementation of the popular 2048 game written in rust"
-url="https://github.com/pierrechevalier83/2048"
+url="https://github.com/pierrechevalier83/2048-rs"
makedepends=('cargo')
arch=('i686' 'x86_64')
license=('MIT')