mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
stable.musl.r15.g3f574d7
This commit is contained in:
parent
54283a8afe
commit
37ef54b9d7
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kew-git
|
||||
pkgdesc = A command-line music player
|
||||
pkgver = v3.0.33f574d7
|
||||
pkgver = v3.0.3.3f574d7
|
||||
pkgrel = 1
|
||||
url = https://github.com/ravachol/kew
|
||||
arch = x86_64
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: <agustinballesteros04@gmail.com>
|
||||
pkgname=kew-git
|
||||
pkgrel=1
|
||||
pkgver=v3.0.33f574d7
|
||||
pkgver=v3.0.3.3f574d7
|
||||
pkgdesc="A command-line music player"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/ravachol/kew"
|
||||
|
|
@ -18,7 +18,7 @@ pkgver() {
|
|||
cd "$srcdir/kew"
|
||||
local tag=$(git tag | sort | tail -n1)
|
||||
local commit_hash=$(git rev-parse --short HEAD)
|
||||
echo "${tag}\-${commit_hash}" | sed 's/[:\/\-]//g'
|
||||
echo "${tag}.${commit_hash}" | sed 's/[:\/\-]//g'
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue