summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8f0a887cce..a741a4180def 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = coreaction
pkgdesc = A side bar for showing widgets from the CoreApps family.
- pkgver = 4.0.0
- pkgrel = 2
+ pkgver = 4.1.0
+ pkgrel = 1
url = https://gitlab.com/cubocore/coreapps/coreaction
arch = x86_64
arch = aarch64
@@ -11,8 +11,8 @@ pkgbase = coreaction
depends = qt5-svg
depends = libcprime>=2.7.1
depends = libcsys>=2.7.1
- source = https://gitlab.com/cubocore/coreapps/coreaction/-/archive/v4.0.0/coreaction-v4.0.0.tar.gz
- md5sums = 470126166b0a55a7961d3d984b5856d6
+ source = https://gitlab.com/cubocore/coreapps/coreaction/-/archive/v4.1.0/coreaction-v4.1.0.tar.gz
+ md5sums = 525cb89e08cca585572f94c8cba1d18d
pkgname = coreaction
diff --git a/PKGBUILD b/PKGBUILD
index a84a573524fa..52b26bd54f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Shaber
pkgname=coreaction
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
pkgdesc="A side bar for showing widgets from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/coreapps/$pkgname"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'qt5-svg' 'libcprime>=2.7.1' 'libcsys>=2.7.1')
groups=('coreapps')
source=("https://gitlab.com/cubocore/coreapps/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-md5sums=('470126166b0a55a7961d3d984b5856d6')
+md5sums=('525cb89e08cca585572f94c8cba1d18d')
prepare() {
mkdir -p build