summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:24:52 +0200
committerDan Johansen2020-09-10 16:24:52 +0200
commit880c518858c9c216d5dbcdd2e4a40ea385d0059c (patch)
tree2dfb621787880b7cfa5f6d8852b82472645faadb
parent987bc98de3f423cce935c20945fc5ed6e08e29e5 (diff)
downloadaur-880c518858c9c216d5dbcdd2e4a40ea385d0059c.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 27eac0fb59d6..78807750c7d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = coreshot
pkgdesc = A screen capture utility from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/coreshot
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/coreshot
arch = x86_64
arch = aarch64
groups = coreapps
@@ -10,7 +10,7 @@ pkgbase = coreshot
depends = qt5-base
depends = qt5-x11extras
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/coreshot/-/archive/v4.0.0/coreshot-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v4.0.0/coreshot-v4.0.0.tar.gz
md5sums = 695a0e9e8a05899ff3edb7d366be1dae
pkgname = coreshot
diff --git a/PKGBUILD b/PKGBUILD
index 5871ce64221e..ff17a213df48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=coreshot
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A screen capture utility 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' '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=('695a0e9e8a05899ff3edb7d366be1dae')
prepare() {