summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:21:36 +0200
committerDan Johansen2020-09-10 16:21:36 +0200
commit063fc7175edba50c04bd50ef9aa22e2d4b5a092c (patch)
treea479662d2ebf68026d83bf95ede2a1f701c49bad
parentf39e2fa2454dfcc72e65c360fb653324840002ef (diff)
downloadaur-063fc7175edba50c04bd50ef9aa22e2d4b5a092c.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 5bb5779250af..56573d3a385e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libcprime
pkgdesc = A library for bookmarking, saving recent activites, managing settings of CoreApps.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/libcprime
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/libcprime
arch = x86_64
arch = aarch64
groups = coreapps
@@ -10,7 +10,7 @@ pkgbase = libcprime
depends = qt5-base
depends = qt5-connectivity
depends = libnotify
- source = https://gitlab.com/cubocore/libcprime/-/archive/v4.0.0/libcprime-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/libcprime/-/archive/v4.0.0/libcprime-v4.0.0.tar.gz
md5sums = 2124981a6cfafb9eb5ba147625e7fbda
pkgname = libcprime
diff --git a/PKGBUILD b/PKGBUILD
index 359367371c1a..1586e0c88be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=libcprime
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library for bookmarking, saving recent activites, managing settings of CoreApps."
arch=('x86_64' 'aarch64')
-url="https://gitlab.com/cubocore/$pkgname"
+url="https://gitlab.com/cubocore/coreapps/$pkgname"
license=('GPL3')
depends=('qt5-base' 'qt5-connectivity' 'libnotify')
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=('2124981a6cfafb9eb5ba147625e7fbda')
prepare() {