summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-25 23:56:24 +0530
committerlibrewish2020-01-25 23:56:24 +0530
commitcb5f9bf372eb428763f5afd97bc89e0d14cf4a0e (patch)
treea0f9f2e06851b5d9be9a5afba942aaa3ec3c3615
parent4580ebdb4fcf8ffe8f317b9a42de8e875a8f4b72 (diff)
downloadaur-cb5f9bf372eb428763f5afd97bc89e0d14cf4a0e.tar.gz
changes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f845418d182..eadac05679b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = coreinfo-git
- pkgdesc = A x11 based virtual keyboard from the CoreApps family.
- pkgver = v2.8.0.r1.2c235a0
+ pkgdesc = A file information tool from the CoreApps family.
+ pkgver = 2.8.0.r1.2c235a0
pkgrel = 1
url = https://gitlab.com/cubocore
- arch = i686
- arch = x86_64
+ arch = any
groups = coreapps-git
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index f5d935112dc1..9f18fc756a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=coreinfo
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r1.2c235a0
+pkgver=2.8.0.r1.2c235a0
pkgrel=1
-pkgdesc="A x11 based virtual keyboard from the CoreApps family."
-arch=('i686' 'x86_64')
+pkgdesc="A file information tool from the CoreApps family."
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git' 'libzen' 'libmediainfo' 'zlib')
@@ -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() {