summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-25 23:54:09 +0530
committerlibrewish2020-01-25 23:54:09 +0530
commit3546302063e746c6cb88f86325ff5e106bbc2b77 (patch)
tree8a92e581eef24b8d627ce2ea376cd12845237b14
parent11d20bdbe68d1ee10aed3da6ff8270e32f490701 (diff)
downloadaur-corefm-git.tar.gz
changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7ccc57bdf68..929e27c54151 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = corefm-git
pkgdesc = A lightwight filemanager from the CoreApps family.
- pkgver = v2.8.0.r6.2dc8b59
+ pkgver = 2.8.0.r10.14b494c
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 9f4032eff1c7..f710b02265f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corefm
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r6.2dc8b59
+pkgver=2.8.0.r10.14b494c
pkgrel=1
pkgdesc="A lightwight filemanager from the CoreApps family."
-arch=('i686' 'x86_64')
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git' 'libcsys-git' 'qt5-multimedia')
@@ -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() {