summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2018-08-13 20:22:34 +0000
committerPeter2018-08-13 20:22:34 +0000
commit96bd3506088117006ff4b2c7267cc4b8858d029c (patch)
tree9c7e43a1d94f2741446d9afcbdd0e1e1e2ce9af7
parente3c4253cd121cba1eb9c55eb175b6f2add4726aa (diff)
downloadaur-96bd3506088117006ff4b2c7267cc4b8858d029c.tar.gz
forgot url
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 149761ef4395..ddcbd623416d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = chesspp-git
pkgdesc = a swiss chess algorithm implementation, using an SQLITE database
pkgver = 0.0.0
pkgrel = 1
+ url = https://gitlab.com/Emersont1/chesspp
arch = x86_64
arch = i686
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 7fb52e6468d9..95fd11fa6705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="a swiss chess algorithm implementation, using an SQLITE database"
arch=('x86_64' 'i686')
license=('MIT')
+url="https://gitlab.com/Emersont1/chesspp"
depends=('ncurses')
makedepends=('git' 'cmake' 'ninja')
source=('chesspp::git+https://gitlab.com/Emersont1/chesspp.git#branch=master')