summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn2023-04-10 10:07:37 +0100
committerJohn2023-04-10 10:08:58 +0100
commitc9e6fa658379c9a588aac6e61ed9a82f8cd0c0c5 (patch)
tree3c6816512d00d07a1d2ac912cdb7ff590183baee /PKGBUILD
parente44c95afc330d7ae945bc995558bf44d112f0183 (diff)
downloadaur-c9e6fa658379c9a588aac6e61ed9a82f8cd0c0c5.tar.gz
Bump version number and follow proper VCS versioning guidelines
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 057027a710b0..21479c998b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv-git
-pkgver=32+fixes.20221129.44f88ed4
+pkgver=33.1.r10.g0682d4d
pkgrel=1
pkgdesc="A Homebrew PVR project"
arch=('x86_64')
@@ -103,7 +103,7 @@ sha256sums=(
pkgver() {
cd "${srcdir}/mythtv/mythtv"
- echo -n "32+fixes.$(git show -s --format=%cd --date=short | tr -d -).$(git rev-parse --short=8 HEAD)"
+ printf "%s" "$(git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')"
}
build() {