summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:23:31 +0200
committerDan Johansen2020-09-10 16:23:31 +0200
commit91c2947f5c88314fe0981fd2893ba7f2efb55248 (patch)
tree8df9f419c95b8ef669222bb8a1f3866b0ce19ea7
parent574a7e969ace65048dd1697496d3510f1cf2c6e9 (diff)
downloadaur-91c2947f5c88314fe0981fd2893ba7f2efb55248.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 ea229e1aface..e690785f0224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = corekeyboard
pkgdesc = A virtual keyboard for X11 from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/corekeyboard
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/corekeyboard
arch = x86_64
arch = aarch64
groups = coreapps
@@ -12,7 +12,7 @@ pkgbase = corekeyboard
depends = qt5-x11extras
depends = libxtst
depends = libx11
- source = https://gitlab.com/cubocore/corekeyboard/-/archive/v4.0.0/corekeyboard-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/corekeyboard/-/archive/v4.0.0/corekeyboard-v4.0.0.tar.gz
md5sums = 977d5d424089258f043675b5f8ab088e
pkgname = corekeyboard
diff --git a/PKGBUILD b/PKGBUILD
index 763a2c0d0e5f..cc938ce90b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=corekeyboard
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A virtual keyboard for X11 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' 'qt5-x11extras' 'libxtst' 'libx11')
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=('977d5d424089258f043675b5f8ab088e')
prepare() {