summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-01-26 00:06:27 +0530
committerlibrewish2020-01-26 00:06:27 +0530
commitb0a6a20a120afe9ae6e2a1376e05812a8f3b834f (patch)
treeb83cfae218bdd299c999dbd7582cb252f799615c
parent5391e78e7323b2013d16f7d3b303796b3b1c7efb (diff)
downloadaur-b0a6a20a120afe9ae6e2a1376e05812a8f3b834f.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 04ce8cdb2725..fe901848bebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = corepdf-git
- pkgdesc = A PDF viwer from the CoreApps family.
- pkgver = v2.8.0.r0.8d3a8b7
+ pkgdesc = A PDF viewer from the CoreApps family.
+ pkgver = 2.8.0.r1.96ed219
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 bf144d05b178..77e726bec81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_pkgname=corepdf
pkgname=${_pkgname}-git
-pkgver=v2.8.0.r0.8d3a8b7
+pkgver=2.8.0.r1.96ed219
pkgrel=1
-pkgdesc="A PDF viwer from the CoreApps family."
-arch=('i686' 'x86_64')
+pkgdesc="A PDF viewer from the CoreApps family."
+arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
depends=('libcprime-git' 'poppler-qt5')
@@ -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() {