summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-07 16:14:16 +0200
committerDan Johansen2020-09-07 16:14:16 +0200
commitf11ff87c035644b23e4a33142b5ab55ed5c4c2d1 (patch)
tree5117f921b6d8bc83a0589555ee712b69b3cce717
parenta4d72ca8c4f48ff34dc3093fa5ad66811537b7c8 (diff)
downloadaur-f11ff87c035644b23e4a33142b5ab55ed5c4c2d1.tar.gz
updated to 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb4aa48c5a29..37752ced5e3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corepaint
pkgdesc = A paint app from the CoreApps family.
- pkgver = 3.0.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://gitlab.com/cubocore/corepaint
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = corepaint
license = GPL3
depends = qt5-base
depends = libcprime>=3.0.1
- source = https://gitlab.com/cubocore/corepaint/-/archive/v3.0.1/corepaint-v3.0.1.tar.gz
- md5sums = c22bbe129759366d64696db822fa5391
+ source = https://gitlab.com/cubocore/corepaint/-/archive/v4.0.0/corepaint-v4.0.0.tar.gz
+ md5sums = 7335f753e5d940a8926035c7cd70ab96
pkgname = corepaint
diff --git a/PKGBUILD b/PKGBUILD
index b8c3d448d618..950ebc259f96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: Shaber
# Maintainer: <strit@manjaro.org>
+# Contributor: Shaber
pkgname=corepaint
-pkgver=3.0.1
+pkgver=4.0.0
pkgrel=1
pkgdesc="A paint app from the CoreApps family."
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'libcprime>=3.0.1')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('c22bbe129759366d64696db822fa5391')
+md5sums=('7335f753e5d940a8926035c7cd70ab96')
prepare() {
mkdir -p build