summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author=2023-11-19 23:44:33 +0100
committer=2023-11-19 23:44:33 +0100
commit951227ad352486572954624bb819de5cf5baa4d2 (patch)
treeebcef6a103c9f388f8590492b4bcbeb943945c2f
parentf4e68e116760139f0485e3cbc9700c0ff8965bbf (diff)
downloadaur-951227ad352486572954624bb819de5cf5baa4d2.tar.gz
new version
-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() {