summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-05 17:08:50 -0600
committerMark Wagie2024-04-05 17:08:50 -0600
commitff6417afc565c22d28035f2886d6b9cedda1d687 (patch)
treef66fa2855e01017cca63c9d2d2d2b9af261d3480
parent7f8112ca3a52b8aa93163a2c014f50d0dc9fc097 (diff)
downloadaur-gnome-shell-extension-weather-in-the-clock-git.tar.gz
move gnome-weather to optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8872e4db92b1..1b4f0ef745da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gnome-shell-extension-weather-in-the-clock-git
license = GPL-3.0-or-later
makedepends = git
depends = gnome-shell<=1:44.6
- depends = gnome-weather
+ optdepends = gnome-weather: configure location
provides = gnome-shell-extension-weather-in-the-clock
conflicts = gnome-shell-extension-weather-in-the-clock
source = git+https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock.git
diff --git a/PKGBUILD b/PKGBUILD
index f4a778a7cbe3..632acb2d2d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc="Display the current Weather in the Clock."
arch=('any')
url="https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock"
license=('GPL-3.0-or-later')
-depends=('gnome-shell<=1:44.6' 'gnome-weather')
+depends=('gnome-shell<=1:44.6')
makedepends=('git')
+optdepends=('gnome-weather: configure location')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clock.git")