summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormschubert2022-01-06 18:29:41 +0100
committermschubert2022-01-06 18:29:41 +0100
commitc7dfff97867b622fbdbe27591e044a5ebb05b5fe (patch)
treef2a02d7af614c637c50a9bc31cf5db840633870c /PKGBUILD
parent6b086a9ac53f73ff743446921ed605ba878fed81 (diff)
downloadaur-c7dfff97867b622fbdbe27591e044a5ebb05b5fe.tar.gz
add gnome-icon-theme as dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44c87eaed22e..4061bb659fda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Christian METZLER <neroth@xeked.com>
pkgname=gnome-shell-extension-openweather-git
pkgver=1.0.r259.gd714eb1
-pkgrel=1
+pkgrel=2
pkgdesc="Gnome shell extension for displaying weather information"
arch=(any)
url="https://gitlab.com/jenslody/gnome-shell-extension-openweather"
license=(GPL3)
-depends=(glib2 gettext pkg-config gnome-shell)
+depends=(glib2 gettext pkg-config gnome-shell gnome-icon-theme)
makedepends=(git gnome-common autoconf automake intltool)
provides=(gnome-shell-extension-weather-git)
conflicts=(gnome-shell-extension-weather-git)