summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Chevalier2017-08-13 10:45:00 +0100
committerPierre Chevalier2017-08-13 10:45:00 +0100
commit5ad23c856f9cb64ef414fc099a54e2f136229595 (patch)
tree7c5319ae427da03b5cecc5be5c6e2dcf723aaedb
parent21ef97670e8d0630db3646dc10eb49629e7aca19 (diff)
downloadaur-5ad23c856f9cb64ef414fc099a54e2f136229595.tar.gz
Link to correct github repo
-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')