summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b592a1c17f..9932a924e11d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spandsp-fs
pkgdesc = A DSP library for telephony (FreeSWITCH version)
- pkgver = 3.0.0.ge59ca8f
+ pkgver = 3.0.0.r513.67d2455
pkgrel = 1
url = https://github.com/freeswitch/spandsp
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7cfaa5c85668..35fc9364c2f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Clarence <xjh.azzbcc@gmail.com>
_pkgname=spandsp
pkgname=${_pkgname}-fs
-pkgver=3.0.0.ge59ca8f
+pkgver=3.0.0.r513.67d2455
pkgrel=1
pkgdesc="A DSP library for telephony (FreeSWITCH version)"
arch=('x86_64')
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_pkgname"
- printf "%s.g%s" `awk '/^Version:/ { print $2 }' spandsp.spec` `git describe --always`
+ printf "%s.r%s.%s" "$(awk '/^Version:/ { print $2 }' spandsp.spec)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {