summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:23:45 +0200
committerDan Johansen2020-09-10 16:23:45 +0200
commit2a4581fe0cca12d545881bab49f679af0fc03e55 (patch)
tree184881e3f9c4e7aeba6163050ee6221ceeb56bad
parent195faef1f4f58a13faf3374f1b5618b98d8190d7 (diff)
downloadaur-2a4581fe0cca12d545881bab49f679af0fc03e55.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 5107b01cf299..6113ec68ac2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = corepad
pkgdesc = A document editor from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/corepad
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/corepad
arch = x86_64
arch = aarch64
groups = coreapps
license = GPL3
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/corepad/-/archive/v4.0.0/corepad-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/corepad/-/archive/v4.0.0/corepad-v4.0.0.tar.gz
md5sums = 84470c3b18f085c85e39dd324b15b4ca
pkgname = corepad
diff --git a/PKGBUILD b/PKGBUILD
index 5b81c607ddbf..e5cef012991b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=corepad
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A document editor 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=('84470c3b18f085c85e39dd324b15b4ca')
prepare() {