summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-05-17 18:13:44 +0200
committerDan Johansen2020-05-17 18:13:44 +0200
commit2b701b40a97e9017776ec2cb851d91c4df2b5a0d (patch)
tree9403a45e66caee8289d971530b986651b0b7f776
parent34eab50824f8cfe6504cde096b729cc2cff06599 (diff)
downloadaur-2b701b40a97e9017776ec2cb851d91c4df2b5a0d.tar.gz
updated to 2.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a14e97af10e..0deef50faa57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corepad
pkgdesc = A document editor from the CoreApps family.
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://gitlab.com/cubocore/corepad
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = corepad
license = GPL3
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/corepad/-/archive/v2.8.0/corepad-v2.8.0.tar.gz
- md5sums = 16c3fa3d2fddac47035ef71c5f7c0000
+ source = https://gitlab.com/cubocore/corepad/-/archive/v2.9.0/corepad-v2.9.0.tar.gz
+ md5sums = 799da64a9dac66f285afef90c27dfcad
pkgname = corepad
diff --git a/PKGBUILD b/PKGBUILD
index 7c450c67c5a2..593df1cd8dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corepad
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc="A document editor from the CoreApps family."
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'libcprime>=2.7.1')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('16c3fa3d2fddac47035ef71c5f7c0000')
+md5sums=('799da64a9dac66f285afef90c27dfcad')
prepare() {
mkdir -p build