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 db2a6bca973c..bc4e515defd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ctrisr-git
pkgdesc = Tetris clone in terminal colorzied
- pkgver = 1.2.1
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/spynetS/ctrisr
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2a9396c96c3a..6d0e90929c63 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.1
+pkgver=1.2.4
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() {