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 aa99a792ec30..e7fcaa741591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = corestuff
pkgdesc = An activity viewer from the CoreApps family.
- pkgver = 2.9.0
- pkgrel = 2
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://gitlab.com/cubocore/corestuff
arch = x86_64
arch = aarch64
@@ -15,7 +15,7 @@ pkgbase = corestuff
depends = libcsys>=2.7.1
depends = libcprime>=2.7.1
replaces = corebox
- source = git+https://gitlab.com/cubocore/corestuff.git#tag=v2.9.0
+ source = git+https://gitlab.com/cubocore/corestuff.git#tag=v3.0.1
md5sums = SKIP
pkgname = corestuff
diff --git a/PKGBUILD b/PKGBUILD
index 39df7b859159..33e9459d99db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Dan Johansen <strit@manjaro.org>
pkgname=corestuff
-pkgver=2.9.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
pkgdesc="An activity viewer from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
@@ -13,7 +13,7 @@ makedepends=('git')
replaces=('corebox')
groups=('coreapps')
source=( #"https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
- "git+https://gitlab.com/cubocore/$pkgname.git#tag=v2.9.0")
+ "git+https://gitlab.com/cubocore/$pkgname.git#tag=v$pkgver")
md5sums=('SKIP')
prepare() {