From 876efb2e8ff8f8c3595c97259c173d95d4d5d912 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 27 Feb 2024 21:19:41 -0600 Subject: [PATCH] Update AUR pkgbuild --- aur/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 9c37d04..8a40066 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,12 +1,12 @@ -# Maintainer: wirlaburla +# Maintainer: Nick G. 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() {