summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2020-09-10 16:22:46 +0200
committerDan Johansen2020-09-10 16:22:46 +0200
commit2ec7ad818c0bcde4ead55e92c5f1a752dfd2726e (patch)
tree8c4b9aec1f4242309cc47361c593e7279b35986b
parent0303d0e37c2c1240afd0b69f3fdb060cfb82ae83 (diff)
downloadaur-2ec7ad818c0bcde4ead55e92c5f1a752dfd2726e.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 4e42df8745d8..bcf2b5e9f72e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = corehunt
pkgdesc = A file finder utility from the CoreApps family.
pkgver = 4.0.0
- pkgrel = 1
- url = https://gitlab.com/cubocore/corehunt
+ pkgrel = 2
+ url = https://gitlab.com/cubocore/coreapps/corehunt
arch = x86_64
arch = aarch64
groups = coreapps
license = GPL3
depends = qt5-base
depends = libcprime>=2.7.1
- source = https://gitlab.com/cubocore/corehunt/-/archive/v4.0.0/corehunt-v4.0.0.tar.gz
+ source = https://gitlab.com/cubocore/coreapps/corehunt/-/archive/v4.0.0/corehunt-v4.0.0.tar.gz
md5sums = a9440f818fe4ae24b353e11b4c0ce1e4
pkgname = corehunt
diff --git a/PKGBUILD b/PKGBUILD
index 19de508cae67..950e1396dd88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=corehunt
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A file finder utility 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')
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=('a9440f818fe4ae24b353e11b4c0ce1e4')
prepare() {