summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:25:38 +0200
committerDan Johansen2020-09-10 16:25:38 +0200
commitcbe5dfb35f082c3f1ed14c7f70869828fa4ed53f (patch)
treef5c15f67353552a33aad06122be2cb28a9763e59 /PKGBUILD
parent734f48bd388c16df5a17720f93a2cd6d46c41b6f (diff)
downloadaur-cbe5dfb35f082c3f1ed14c7f70869828fa4ed53f.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 3b0a2aea36ae..9a81a82fd424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=coreterminal
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal emulator 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' 'qt5-serialport' 'libcprime>=2.7.1' 'qtermwidget')
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=('3eb2bb28f59fad74ec0c70a9f671f976')
prepare() {