summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-08-04 18:01:58 -0400
committerTony Lambiris2022-08-04 18:01:58 -0400
commitc170af358921ed074e196a19748437422889d3a3 (patch)
tree367c6f6651b4e7da90f3b7d3323141f9a2b5e74d /PKGBUILD
parentd952b20ae00e593fdffe5741c6c0a988c333268e (diff)
downloadaur-system76-io-dkms-git.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b255bf2b8819..24cb8a23c71c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=system76-io-dkms-git
-pkgver=1.0.1.r1.g57c15ff
-pkgrel=3
+pkgver=1.0.2.r0.g0217576
+pkgrel=1
pkgdesc="DKMS module for controlling System76 Io board"
arch=('x86_64')
url="https://github.com/pop-os/system76-io-dkms"
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}
package() {