change version

This commit is contained in:
Wirlaburla 2023-02-25 03:50:47 -06:00
parent 0bc5b001e0
commit 7a064fe3da
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: wirlaburla <wirlaburla@worlio.com>
pkgname=trakker-git
pkgver=0.0.2.1.2
pkgver=0.2.2
pkgrel=1
pkgdesc=''
arch=('x86_64' 'aarch64')
@ -35,5 +35,3 @@ package() {
cd $pkgname/build
make install DESTDIR="$pkgdir"
}

View File

@ -10,7 +10,7 @@
#include <xmp.h>
#include <ncurses.h>
#define VERSION "0.0.2.1"
#define VERSION "0.2.2"
#define SAMPLERATE 48000
#define BUFFER_SIZE 250000