summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4b2ff415f4c..1bd47284366d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ctris
- pkgdesc = A colorized, small and flexible Tetris(TM)-clone for the console.
+ pkgdesc = A colorized, small and flexible Tetris(TM)-clone for the console written in C, using the ncurses-library.
pkgver = 0.42.1
- pkgrel = 2
- url = http://www.hackl.dhs.org/ctetris/
+ pkgrel = 3
+ url = https://github.com/dominikhackl/ctris
arch = i686
arch = x86_64
license = GPL
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")