Update AUR pkgbuild

This commit is contained in:
Wirlaburla 2024-02-27 21:19:41 -06:00
parent 3b09077e4c
commit 876efb2e8f

View File

@ -1,12 +1,12 @@
# Maintainer: wirlaburla <wirlaburla@worlio.com>
# Maintainer: Nick G. <wirlaburla@worlio.com>
pkgname=trakker-git
pkgver=0.3.0.r1.ge275e29
pkgver=0.5.1
pkgrel=1
pkgdesc=''
arch=('x86_64' 'aarch64')
url='https://codeberg.org/Wirlaburla/trakker'
license=(GPL3)
pkgdesc='A terminal-based tracker interface for libxmp.'
arch=('x86_64')
url='https://git.worlio.com/Wirlaburla/trakker'
license=('GPL3')
depends=('alsa-lib' 'libxmp' 'ncurses')
makedepends=('git' 'cmake')
provides=('trakker')
@ -15,8 +15,8 @@ source=("$pkgname::git+$url.git#branch=master")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
cd "$pkgname"
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {