summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Boldon2022-05-08 21:36:31 +0200
committerGuy Boldon2022-05-08 21:36:31 +0200
commite923f4b38edfdb88208f7280e8b89d33e3f459fd (patch)
treebba9b07ca7786dd9e295e29cbe316351c3d38f69
parent70400aed3b099fb191d67b9c0eaa2d8b008c91b4 (diff)
downloadaur-e923f4b38edfdb88208f7280e8b89d33e3f459fd.tar.gz
use new group in url
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce7e23d8ead8..636e2d42e2b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = coolero
pkgdesc = A program to monitor and control your cooling devices
pkgver = 0.10.1
pkgrel = 1
- url = https://gitlab.com/codifryed/coolero
+ url = https://gitlab.com/coolero/coolero
arch = any
license = GPL3
checkdepends = appstream-glib
@@ -26,7 +26,7 @@ pkgbase = coolero
optdepends = nvidia-utils: NVIDIA GPU support
provides = coolero
conflicts = coolero
- source = https://gitlab.com/codifryed/coolero/-/archive/0.10.1/coolero-0.10.1.tar.gz
+ source = https://gitlab.com/coolero/coolero/-/archive/0.10.1/coolero-0.10.1.tar.gz
sha256sums = 09ab33c374720cefa3c8f977dedae6d3fc1a862d5498253ccbda9e2fd9a74958
pkgname = coolero
diff --git a/PKGBUILD b/PKGBUILD
index 0876312dea7d..942cb8381f48 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.10.1
pkgrel=1
pkgdesc="A program to monitor and control your cooling devices"
arch=('any')
-url="https://gitlab.com/codifryed/coolero"
+url="https://gitlab.com/coolero/coolero"
license=('GPL3')
depends=('hicolor-icon-theme' 'polkit' 'python' 'liquidctl' 'pyside6' 'qt6-svg' 'python-apscheduler'
'python-matplotlib' 'python-numpy' 'python-psutil' 'python-setproctitle' 'python-jeepney'
@@ -16,7 +16,7 @@ checkdepends=('appstream-glib' 'desktop-file-utils')
optdepends=('nvidia-utils: NVIDIA GPU support')
provides=("$pkgname")
conflicts=("$pkgname")
-source=("https://gitlab.com/codifryed/coolero/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://gitlab.com/coolero/coolero/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('09ab33c374720cefa3c8f977dedae6d3fc1a862d5498253ccbda9e2fd9a74958')
build() {