summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:22:03 +0200
committerDan Johansen2020-09-10 16:22:03 +0200
commitc73392e215066092dc474eccff5726726c5f5df0 (patch)
tree4d014d910d6b14c301faaa813ba32529cd89d698
parent5767fba55870c92cbe695cc5b043a3a0d4aabe86 (diff)
downloadaur-c73392e215066092dc474eccff5726726c5f5df0.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 4cfef475aab1..27187bd563a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = corearchiver
pkgdesc = Archiver from the CoreApps family to create and extract archives.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/corearchiver
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/corearchiver
arch = x86_64
arch = aarch64
groups = coreapps
@@ -10,7 +10,7 @@ pkgbase = corearchiver
depends = qt5-base
depends = libcprime>=2.7.1
depends = libarchive-qt
- source = https://gitlab.com/cubocore/corearchiver/-/archive/v4.0.0/corearchiver-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/corearchiver/-/archive/v4.0.0/corearchiver-v4.0.0.tar.gz
md5sums = bb915a6d153a211ebcc9951361bbd69c
pkgname = corearchiver
diff --git a/PKGBUILD b/PKGBUILD
index faa26821afcc..2bdd1f8097a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=corearchiver
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Archiver from the CoreApps family to create and extract archives."
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' 'libarchive-qt')
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=('bb915a6d153a211ebcc9951361bbd69c')
prepare() {