summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyngs2023-06-29 12:56:37 +0200
committerkyngs2023-06-29 12:56:37 +0200
commita906f9fd2ae28586244becc4a648ea2e4f53ae03 (patch)
tree9d0eb303e2529133c29f74cbbb1edc6a48b19cd9 /PKGBUILD
parent0614d3df873efc49a0b32f2ca60680fa2f665652 (diff)
downloadaur-a906f9fd2ae28586244becc4a648ea2e4f53ae03.tar.gz
Update pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c613723a89ca..04d8e4b2be90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kyngs <aurmail at kyngs dot xyz>
pkgname=miru-git
pkgrel=1
-pkgver=4.1.2
+pkgver=4.1.2.r1.g851281b
pkgdesc="Bittorrent streaming software for cats"
arch=("any")
url="https://github.com/ThaUnknown/miru"
@@ -16,7 +16,7 @@ sha256sums=(
conflicts=("miru-bin")
pkgver() {
- git -C "miru" describe --tags | sed 's/v//g'
+ git -C "miru" describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^version_//' | sed 's/v//g'
}
build() {