summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2019-09-19 18:46:49 +0200
committerDan Johansen2019-09-19 18:46:49 +0200
commit86532ca63900db4ed3a4f026205bc42ec7e01b1b (patch)
tree0c56ac61bdb5435903fe5b930ea0b743ad091994
parent5311a2aae39972a0794eafda3dba6b4162db5e0f (diff)
downloadaur-86532ca63900db4ed3a4f026205bc42ec7e01b1b.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 78d5bfd565a2..89a7db46b332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corepins
pkgdesc = A bookmarking app from the CoreApps family.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://gitlab.com/cubocore/corepins
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = corepins
groups = coreapps
license = GPL3
depends = qt5-base
- depends = libcprime
- source = https://gitlab.com/cubocore/corepins/-/archive/v2.7.0/corepins-v2.7.0.tar.gz
- md5sums = eddb68989268ae23b37d4cfed6e161bf
+ depends = libcprime>=2.7.1
+ source = https://gitlab.com/cubocore/corepins/-/archive/v2.7.1/corepins-v2.7.1.tar.gz
+ md5sums = 799cde3856439f624db4041e1db597f8
pkgname = corepins
diff --git a/PKGBUILD b/PKGBUILD
index d36dd536bda5..21f52e95fc6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corepins
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="A bookmarking app 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=('eddb68989268ae23b37d4cfed6e161bf')
+md5sums=('799cde3856439f624db4041e1db597f8')
prepare() {
mkdir -p build