summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2022-06-03 03:45:32 -0400
committerTony Lambiris2022-06-03 03:45:32 -0400
commit6bfa06a8e65e491198f2adb9283db28edbcbc580 (patch)
tree59ac0f16b39e7a514891e2380fdf1eaf6ab5a620
parente5556e71b905ec4fe6283c433b66dbb5e810dd5b (diff)
downloadaur-6bfa06a8e65e491198f2adb9283db28edbcbc580.tar.gz
Version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc41b2c13fd8..487e6e6f5f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hexyl-git
pkgdesc = A command-line hex viewer
- pkgver = v0.9.0.r26.ga23645d
+ pkgver = 0.10.0.r1.gc622c82
pkgrel = 1
url = https://github.com/sharkdp/hexyl
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e4d5f8e07c37..95e2af97253f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hexyl-git
pkgdesc="A command-line hex viewer"
pkgrel=1
-pkgver=v0.9.0.r26.ga23645d
+pkgver=0.10.0.r1.gc622c82
arch=('i686' 'x86_64')
conflicts=("hexyl")
provides=("hexyl")
@@ -17,7 +17,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'
}
build() {