summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:23:31 +0200
committerDan Johansen2020-09-10 16:23:31 +0200
commit91c2947f5c88314fe0981fd2893ba7f2efb55248 (patch)
tree8df9f419c95b8ef669222bb8a1f3866b0ce19ea7 /PKGBUILD
parent574a7e969ace65048dd1697496d3510f1cf2c6e9 (diff)
downloadaur-91c2947f5c88314fe0981fd2893ba7f2efb55248.tar.gz
Fix URLs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {