summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyngs2023-06-29 12:56:37 +0200
committerkyngs2023-06-29 12:56:37 +0200
commita906f9fd2ae28586244becc4a648ea2e4f53ae03 (patch)
tree9d0eb303e2529133c29f74cbbb1edc6a48b19cd9
parent0614d3df873efc49a0b32f2ca60680fa2f665652 (diff)
downloadaur-a906f9fd2ae28586244becc4a648ea2e4f53ae03.tar.gz
Update pkgver()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 111cc0ed78db..ef0ab0587a92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = miru-git
pkgdesc = Bittorrent streaming software for cats
- pkgver = 4.1.2
+ pkgver = 4.1.2.r1.g851281b
pkgrel = 1
url = https://github.com/ThaUnknown/miru
arch = any
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() {