summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d08749428606..db2a6bca973c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ctrisr-git
pkgdesc = Tetris clone in terminal colorzied
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/spynetS/ctrisr
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9a9ee71152a4..269838b061c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,7 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
# Maintainer: Alfred Roos alfred@stensatter.se
pkgname=ctrisr-git
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
epoch=
pkgdesc="Tetris clone in terminal colorzied"
@@ -35,7 +31,7 @@ prepare() {
build() {
cd ctrisr
- gcc ./src/main.c ./src/Shape.c ./src/render.c ./src/sound.c -L./lib/ -lcanvas -lm -lasound
+ ./build.sh
}
package() {