summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:26:17 +0200
committerDan Johansen2020-09-10 16:26:17 +0200
commit209dfb725a24009101d9ed8dd0084c14ee7ffca6 (patch)
treeaffcb96f44f5bbef8ae6309d4e872fc2248db673
parentaf1bd005bca11877e2dd3fd054becd7cff0d2a97 (diff)
downloadaur-209dfb725a24009101d9ed8dd0084c14ee7ffca6.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 1b7088ea3d51..b951fb10ff13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = coreuniverse
pkgdesc = Shows information about apps from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/coreuniverse
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/coreuniverse
arch = x86_64
arch = aarch64
groups = coreapps
license = GPL3
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/coreuniverse/-/archive/v4.0.0/coreuniverse-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/coreuniverse/-/archive/v4.0.0/coreuniverse-v4.0.0.tar.gz
md5sums = 770d2279a444e5a1792091d30775ee2f
pkgname = coreuniverse
diff --git a/PKGBUILD b/PKGBUILD
index 878773725509..43c025b4994c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=coreuniverse
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Shows information about apps 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' 'libcprime>=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=('770d2279a444e5a1792091d30775ee2f')
prepare() {