summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:21:50 +0200
committerDan Johansen2020-09-10 16:21:50 +0200
commit75c4795e884bd7fb4eec25ecf4bc6f7fb906e239 (patch)
tree148c6e73a6804573a21bea102d110240a9b8afb3
parent980e1b2ea0d3281565e1f9570b4bccbfc3c68ec8 (diff)
downloadaur-75c4795e884bd7fb4eec25ecf4bc6f7fb906e239.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 374f513c7a9e..8a8f0a887cce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = coreaction
pkgdesc = A side bar for showing widgets from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/coreaction
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/coreaction
arch = x86_64
arch = aarch64
groups = coreapps
@@ -11,7 +11,7 @@ pkgbase = coreaction
depends = qt5-svg
depends = libcprime>=2.7.1
depends = libcsys>=2.7.1
- source = https://gitlab.com/cubocore/coreaction/-/archive/v4.0.0/coreaction-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/coreaction/-/archive/v4.0.0/coreaction-v4.0.0.tar.gz
md5sums = 470126166b0a55a7961d3d984b5856d6
pkgname = coreaction
diff --git a/PKGBUILD b/PKGBUILD
index 5d3203ac153d..a84a573524fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=coreaction
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A side bar for showing widgets 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-svg' 'libcprime>=2.7.1' 'libcsys>=2.7.1')
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=('470126166b0a55a7961d3d984b5856d6')
prepare() {