summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad467a0d5f3..391e33669bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreuniverse
pkgdesc = Shows information about apps from the C Suite
- pkgver = 4.4.0
+ pkgver = 4.5.0
pkgrel = 1
url = https://gitlab.com/cubocore/coreapps/coreuniverse
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = coreuniverse
makedepends = ninja
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v4.4.0/coreuniverse-v4.4.0.tar.gz
- md5sums = 705df9df82dc3293fb2911cc77458f3a
+ source = https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v4.5.0/coreuniverse-v4.5.0.tar.gz
+ md5sums = 1c7ca768a372505eef7f56764475e1a7
pkgname = coreuniverse
diff --git a/PKGBUILD b/PKGBUILD
index 30653a1aeffd..8765cf647fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Dan Johansen <strit@manjaro.org>
+# Maintainer: Dan Johansen <strit@strits.dk>
# Contributor: Shaber
pkgname=coreuniverse
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
pkgdesc="Shows information about apps from the C Suite"
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@ depends=('qt5-base' 'libcprime>=2.7.1')
makedepends=('cmake' 'ninja')
groups=('coreapps')
source=("https://gitlab.com/cubocore/coreapps/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('705df9df82dc3293fb2911cc77458f3a')
+md5sums=('1c7ca768a372505eef7f56764475e1a7')
prepare() {
mkdir -p build