summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84454e20b69d..9075add92e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=ctris
pkgver=0.42.1
-pkgrel=2
-pkgdesc="A colorized, small and flexible Tetris(TM)-clone for the console."
+pkgrel=3
+pkgdesc='A colorized, small and flexible Tetris(TM)-clone for the console written in C, using the ncurses-library.'
arch=('i686' 'x86_64')
-url="http://www.hackl.dhs.org/ctetris/"
+url='https://github.com/dominikhackl/ctris'
license=('GPL')
depends=('ncurses')
source=("https://github.com/dominikhackl/$pkgname/archive/v${pkgver}.tar.gz")