summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-09-19 18:45:40 +0200
committerDan Johansen2019-09-19 18:45:40 +0200
commit717596ab3d619bc3c9ce11fda18a4dabb7d22dda (patch)
tree05ed5266e27390a225773020723946140d2113a0
parent5ca409c2378ae09b31e0992a11528642e0391c33 (diff)
downloadaur-717596ab3d619bc3c9ce11fda18a4dabb7d22dda.tar.gz
updated to 2.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22289f061471..583248cde966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corepad
pkgdesc = A document editor from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/corepad
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = corepad
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
- source = https://gitlab.com/cubocore/corepad/-/archive/v2.7.0/corepad-v2.7.0.tar.gz
- md5sums = 5433120a49802be761b7a8c201dc8744
+ depends = libcprime>=2.7.1
+ source = https://gitlab.com/cubocore/corepad/-/archive/v2.7.1/corepad-v2.7.1.tar.gz
+ md5sums = f1dc9d5071cc4ea5f0b5b394ce51d4f8
pkgname = corepad
diff --git a/PKGBUILD b/PKGBUILD
index c17b795c7e32..e39ef2d3bf6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corepad
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A document editor from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime')
+depends=('qt5-base' 'libcprime>=2.7.1')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('5433120a49802be761b7a8c201dc8744')
+md5sums=('f1dc9d5071cc4ea5f0b5b394ce51d4f8')
prepare() {
mkdir -p build