summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35b933ff452a..d6f5982df3d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = corepdf
pkgdesc = A PDF viewer from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/corepdf
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/corepdf
arch = x86_64
arch = aarch64
groups = coreapps
@@ -10,7 +10,7 @@ pkgbase = corepdf
depends = qt5-base
depends = poppler-qt5
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/corepdf/-/archive/v4.0.0/corepdf-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/corepdf/-/archive/v4.0.0/corepdf-v4.0.0.tar.gz
md5sums = f34c7b9a9784c0bbced196e9c4d3f52a
pkgname = corepdf
diff --git a/PKGBUILD b/PKGBUILD
index 973f8344fc1c..dc1f218f4c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=corepdf
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A PDF 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' 'poppler-qt5' '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=('f34c7b9a9784c0bbced196e9c4d3f52a')
prepare() {