summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRonald van Engelen2022-01-11 17:18:51 +0100
committerRonald van Engelen2022-01-11 17:18:51 +0100
commit9b3a695d33726e79a56e033df12f55f35d02fe50 (patch)
tree530e346c55d1b61bd6592b3d457f7926f1d234dd /PKGBUILD
parentc1c6886e5656fd8a6f0f9bafb6961b33553b754f (diff)
downloadaur-9b3a695d33726e79a56e033df12f55f35d02fe50.tar.gz
typo in pkver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc6d85df6e06..bd5c0de78c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=roc-toolkit
pkgname=${_pkgname}-git
pkgver=v0.1.5.r41.gc8968733
-pkgrel=1
+pkgrel=2
pkgdesc="Real-time audio streaming over network. Compiled without pulseaudio modules."
arch=('x86_64' 'i686' 'armv6l' 'armv7l' 'aarch64' 'armv7h' 'armv6h')
conflicts=(roc)
@@ -17,7 +17,7 @@ source=('git+https://github.com/roc-streaming/roc-toolkit.git')
sha256sums=('SKIP')
pkgver() {
- cd "$pkgname"
+ cd "${_pkgname}"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}