diff options
author | Dan Johansen | 2020-09-10 16:24:52 +0200 |
---|---|---|
committer | Dan Johansen | 2020-09-10 16:24:52 +0200 |
commit | 880c518858c9c216d5dbcdd2e4a40ea385d0059c (patch) | |
tree | 2dfb621787880b7cfa5f6d8852b82472645faadb | |
parent | 987bc98de3f423cce935c20945fc5ed6e08e29e5 (diff) | |
download | aur-880c518858c9c216d5dbcdd2e4a40ea385d0059c.tar.gz |
Fix URLs
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ pkgbase = coreshot pkgdesc = A screen capture utility from the CoreApps family. pkgver = 4.0.0 - pkgrel = 1 - url = https://gitlab.com/cubocore/coreshot + pkgrel = 2 + url = https://gitlab.com/cubocore/coreapps/coreshot arch = x86_64 arch = aarch64 groups = coreapps @@ -10,7 +10,7 @@ pkgbase = coreshot depends = qt5-base depends = qt5-x11extras depends = libcprime>=2.7.1 - source = https://gitlab.com/cubocore/coreshot/-/archive/v4.0.0/coreshot-v4.0.0.tar.gz + source = https://gitlab.com/cubocore/coreapps/coreshot/-/archive/v4.0.0/coreshot-v4.0.0.tar.gz md5sums = 695a0e9e8a05899ff3edb7d366be1dae pkgname = coreshot @@ -3,14 +3,14 @@ pkgname=coreshot pkgver=4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A screen capture 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' 'qt5-x11extras' '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=('695a0e9e8a05899ff3edb7d366be1dae') prepare() { |