summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2023-11-19 14:12:15 +0100
committerParagoumba2023-11-19 14:12:15 +0100
commit8b7090f5546fd4f914609b94db760126e91184ca (patch)
tree0cf649a13d4160127c51b30479acea1bc309d569
parent4deddc58afd7ba885f8ebd9b447beab721407364 (diff)
downloadaur-8b7090f5546fd4f914609b94db760126e91184ca.tar.gz
Added abbrev=7 to pgkver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9c35491b45..4b01b1e7c84f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joycond-git
pkgdesc = Userspace daemon to combine joy-cons from the hid-joycon kernel driver
- pkgver = v0.1.0.r51.gf9a6691
+ pkgver = v0.1.0.r53.gcdec328
pkgrel = 1
url = https://github.com/DanielOgorchock/joycond
install = joycond-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 227deb030e7b..44622b219029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Paragoumba <paragoumba@protonmail.com>
+# Maintainer: Paragoumba <aur@paragoumba.fr>
# Contributor: Parker Reed <parker.l.reed@gmail.com>
pkgname=joycond-git
_name=joycond
-pkgver=v0.1.0.r51.gf9a6691
+pkgver=v0.1.0.r53.gcdec328
pkgrel=1
pkgdesc='Userspace daemon to combine joy-cons from the hid-joycon kernel driver'
arch=('x86_64' 'aarch64')
@@ -20,7 +20,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_name"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {