summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:23:01 +0200
committerDan Johansen2020-09-10 16:23:01 +0200
commit343d6b28c3d8101069d256a9b921a80484d8acb0 (patch)
treeca32bd45806b11c5697bb31447f92db068429a48
parent489e77a645beaf1d3260f397c1e3afd780bdeeeb (diff)
downloadaur-343d6b28c3d8101069d256a9b921a80484d8acb0.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 ed6a464386d8..bb4da8b98949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = coreimage
pkgdesc = An image viewer from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/coreimage
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/coreimage
arch = x86_64
arch = aarch64
groups = coreapps
license = GPL3
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/coreimage/-/archive/v4.0.0/coreimage-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/coreimage/-/archive/v4.0.0/coreimage-v4.0.0.tar.gz
md5sums = a4a8a5ca700233f42168dbd379c67b8a
pkgname = coreimage
diff --git a/PKGBUILD b/PKGBUILD
index 6b0d66226ae0..454652b20a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=coreimage
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An image 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' '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=('a4a8a5ca700233f42168dbd379c67b8a')
prepare() {