summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2018-06-22 15:51:31 +0100
committerEric Engestrom2018-06-22 15:51:31 +0100
commit7a54f865bb957cfc576e99fc918bbc8ed2686cb5 (patch)
tree3d559a854909579fd245f5e35a160c8babdd459d
parent201075694f172adee19fd4f3c1361ed940383eaa (diff)
downloadaur-7a54f865bb957cfc576e99fc918bbc8ed2686cb5.tar.gz
bump for 1.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5de0f568e198..32980284ce08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hw-probe-git
pkgdesc = Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org
- pkgver = 1.2+0.gc5f178b
+ pkgver = 1.4+11.g6a1eb65d20
pkgrel = 1
url = https://github.com/linuxhw/hw-probe
arch = any
@@ -16,7 +16,7 @@ pkgbase = hw-probe-git
optdepends = smartmontools
optdepends = inxi
optdepends = pnputils
- provides = hw-probe=1.2
+ provides = hw-probe=1.4
conflicts = hw-probe
source = https://github.com/linuxhw/hw-probe
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 96f79c10ace9..122d050bd4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=hw-probe-git
-pkgver=1.2+0.gc5f178b
+pkgver=1.4+11.g6a1eb65d20
pkgrel=1
pkgdesc="Tool to probe for hardware, check its operability and upload result to the Linux hardware DB: http://linux-hardware.org"
arch=('any')
@@ -16,7 +16,7 @@ provides=("hw-probe=${pkgver%+*}")
pkgver() {
cd "$srcdir/hw-probe"
- git describe --long | sed 's/-/+/; s/-/./'
+ git describe --long --abbrev=10 | sed 's/-/+/; s/-/./'
}
package() {