summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-07-04 12:38:58 +0200
committerDan Johansen2020-07-04 12:38:58 +0200
commitc8da9b27ed01a4635044358aa2e49e6e2c32320f (patch)
tree2a2bd48156afbcf0f2c26eae0c220552f0a57fd5
parent5a8e3f5ab793e0e02e12377004c3c3397d6c5bbd (diff)
downloadaur-c8da9b27ed01a4635044358aa2e49e6e2c32320f.tar.gz
updated to 3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed5b67af34e4..96baa5e4516e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreimage
pkgdesc = An image viewer from the CoreApps family.
- pkgver = 2.9.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://gitlab.com/cubocore/coreimage
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = coreimage
license = GPL3
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/coreimage/-/archive/v2.9.0/coreimage-v2.9.0.tar.gz
- md5sums = 57b587a9100084756b3147f99400e26c
+ source = https://gitlab.com/cubocore/coreimage/-/archive/v3.0.1/coreimage-v3.0.1.tar.gz
+ md5sums = 40a8048687a4aeb7fe6515eaec4049cd
pkgname = coreimage
diff --git a/PKGBUILD b/PKGBUILD
index 34b571d1d98a..f31c9bf228f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=coreimage
-pkgver=2.9.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="An image viewer 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=('57b587a9100084756b3147f99400e26c')
+md5sums=('40a8048687a4aeb7fe6515eaec4049cd')
prepare() {
mkdir -p build