summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:25:24 +0200
committerDan Johansen2020-09-10 16:25:24 +0200
commit36281ccd8cb3cf3879e3fdb61bbc0c16a9d4a662 (patch)
treedc971c8cd40bbc5ec480ab48e8067355c7775168
parentc79cc28db810b877878313281d3ac67f6b079ab5 (diff)
downloadaur-36281ccd8cb3cf3879e3fdb61bbc0c16a9d4a662.tar.gz
Fix URLs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f370493dc245..90285e7e5aae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = corestuff
pkgdesc = An activity viewer from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/corestuff
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/corestuff
arch = x86_64
arch = aarch64
groups = coreapps
@@ -14,7 +14,7 @@ pkgbase = corestuff
depends = libcsys>=2.7.1
depends = libcprime>=2.7.1
replaces = corebox
- source = https://gitlab.com/cubocore/corestuff/-/archive/v4.0.0/corestuff-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/corestuff/-/archive/v4.0.0/corestuff-v4.0.0.tar.gz
md5sums = 39038ab6435fabaf276107df5254ca36
pkgname = corestuff
diff --git a/PKGBUILD b/PKGBUILD
index 55b0d5036502..1edf950bff38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=corestuff
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An activity viewer from the CoreApps family."
arch=('x86_64' 'aarch64')
-url="https://gitlab.com/cubocore/$pkgname"
+url="https://gitlab.com/cubocore/coreapps/$pkgname"
license=('GPL3')
depends=('qt5-base' 'qt5-x11extras' 'libxcomposite' 'kglobalaccel' 'libcsys>=2.7.1' 'libcprime>=2.7.1')
replaces=('corebox')
groups=('coreapps')
-source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+source=("https://gitlab.com/cubocore/coreapps/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
md5sums=('39038ab6435fabaf276107df5254ca36')
build() {