summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-07-04 12:40:01 +0200
committerDan Johansen2020-07-04 12:40:01 +0200
commitc1af292abc9ad9271c67a1236ed0881a0abda90a (patch)
treeb12b8065130586fe4b4364619601af5040f55592
parent2432de6a1b62219534b99b80c9c990cd76523c30 (diff)
downloadaur-c1af292abc9ad9271c67a1236ed0881a0abda90a.tar.gz
updated to 3.0.1
-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() {