summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPio2023-05-23 17:12:01 +0200
committerPio2023-05-23 17:12:12 +0200
commitfe451b6113e89d4398ad54c7564b141a72e86bff (patch)
treed8bba10c0540b8ffc20253a641ea837cee2e98ab /PKGBUILD
parent711ef48879e170ca706ab920b7c7bfb079f8ed3f (diff)
downloadaur-klystrack-git.tar.gz
Changed source to https://github.com/LTVA1/klystrack
as pointed out by dreieck. Maybe it should be called klystrack-plus now. Also it seems to compile without a -fcommon flag. We'll see.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 850e5c01c9a0..96b7eb536e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Simon Perry <aur [at] sanxion [dot] net>
pkgname=klystrack-git
-pkgver=1.7.6.make.fix.r12.gfe6e746
-pkgrel=3
-pkgdesc="Tracker for making chiptune-like music on a modern computer"
+pkgver=0.10.0.alpha3.r21.gd037cfb
+pkgrel=1
+pkgdesc="Tracker for making chiptune-like music on a modern computer (aka klystrack-plus)"
arch=('i686' 'x86_64')
url="http://kometbomb.github.io/klystrack/"
license=('MIT')
@@ -14,7 +14,7 @@ depends=('sdl2_image' 'sdl2_mixer')
makedepends=('git')
provides=('klystrack')
conflicts=('klystrack')
-source=('git+https://github.com/kometbomb/klystrack' 'git+https://github.com/kometbomb/klystron')
+source=('git+https://github.com/LTVA1/klystrack' 'git+https://github.com/LTVA1/klystron')
md5sums=('SKIP' 'SKIP')
_gitname='klystrack'
@@ -33,8 +33,9 @@ prepare() {
git -c protocol.file.allow=always submodule update
# path to default song
sed -i 's/Default.kt/\/usr\/share\/klystrack\/Default\.kt/' "$srcdir/klystrack/src/main.c"
- # CFLAGS needed until https://github.com/kometbomb/klystrack/issues/292 is resolved
- sed -i '/CFLAGS :=/ a CFLAGS += -fcommon' Makefile
+ # Uncomment the following line if you have trouble compiling
+ # See https://github.com/kometbomb/klystrack/issues/292
+ #sed -i '/CFLAGS :=/ a CFLAGS += -fcommon' Makefile
}
build() {