summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:25:38 +0200
committerDan Johansen2020-09-10 16:25:38 +0200
commitcbe5dfb35f082c3f1ed14c7f70869828fa4ed53f (patch)
treef5c15f67353552a33aad06122be2cb28a9763e59
parent734f48bd388c16df5a17720f93a2cd6d46c41b6f (diff)
downloadaur-cbe5dfb35f082c3f1ed14c7f70869828fa4ed53f.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 b3908e88fc09..37007a882362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = coreterminal
pkgdesc = A terminal emulator from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/coreterminal
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/coreterminal
arch = x86_64
arch = aarch64
groups = coreapps
@@ -11,7 +11,7 @@ pkgbase = coreterminal
depends = qt5-serialport
depends = libcprime>=2.7.1
depends = qtermwidget
- source = https://gitlab.com/cubocore/coreterminal/-/archive/v4.0.0/coreterminal-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/coreterminal/-/archive/v4.0.0/coreterminal-v4.0.0.tar.gz
md5sums = 3eb2bb28f59fad74ec0c70a9f671f976
pkgname = coreterminal
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() {