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() {