summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlibrewish2020-01-25 23:55:07 +0530
committerlibrewish2020-01-25 23:55:07 +0530
commit47270ca86572a0a21079cce27db9b82a6d5e745a (patch)
treed0affff6548a7cc8bc2ea2494a8d0ef9613ef3a1 /PKGBUILD
parentfd39a2e1af2828425065460a2d86674e8a962f94 (diff)
downloadaur-corehunt-git.tar.gz
changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd648b08bc59..dbecf774ce36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corehunt
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r1.8da2e56
+pkgver=2.8.0.r1.8da2e56
pkgrel=1
pkgdesc="A file finder utility from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git')
@@ -16,7 +16,7 @@ md5sums=('SKIP')
pkgver() {
cd "$srcdir/${_pkgname}"
- printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g')"
}
build() {