Update AUR pkgbuild
This commit is contained in:
parent
3b09077e4c
commit
876efb2e8f
16
aur/PKGBUILD
16
aur/PKGBUILD
|
@ -1,12 +1,12 @@
|
||||||
# Maintainer: wirlaburla <wirlaburla@worlio.com>
|
# Maintainer: Nick G. <wirlaburla@worlio.com>
|
||||||
|
|
||||||
pkgname=trakker-git
|
pkgname=trakker-git
|
||||||
pkgver=0.3.0.r1.ge275e29
|
pkgver=0.5.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc=''
|
pkgdesc='A terminal-based tracker interface for libxmp.'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64')
|
||||||
url='https://codeberg.org/Wirlaburla/trakker'
|
url='https://git.worlio.com/Wirlaburla/trakker'
|
||||||
license=(GPL3)
|
license=('GPL3')
|
||||||
depends=('alsa-lib' 'libxmp' 'ncurses')
|
depends=('alsa-lib' 'libxmp' 'ncurses')
|
||||||
makedepends=('git' 'cmake')
|
makedepends=('git' 'cmake')
|
||||||
provides=('trakker')
|
provides=('trakker')
|
||||||
|
@ -15,8 +15,8 @@ source=("$pkgname::git+$url.git#branch=master")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $pkgname
|
cd "$pkgname"
|
||||||
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user