summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2023-05-04 12:13:14 +0200
committerDušan Simić2023-05-04 12:13:14 +0200
commitf1cd982e7f1d5e0e72716be5a05f156c6736b15b (patch)
treecf00d2dc8c3a57816b5c760501940da9b7bcb1af
parentb11a6838826478f0b5f48ea4989abb32a0114e66 (diff)
downloadaur-f1cd982e7f1d5e0e72716be5a05f156c6736b15b.tar.gz
Change deps
Switch from gnome-shell to adwaita-icon-theme since it's a direct dependency of MoreWaita
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0075737c3877..0f9e9485a7b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = morewaita-git
pkgdesc = An Adwaita style extra icons theme for Gnome Shell.
- pkgver = 43.3.r39.gb7bfe70
+ pkgver = 44.r2.g70390da
pkgrel = 1
url = https://github.com/somepaulo/MoreWaita
arch = any
license = GPL3
makedepends = git
- depends = gnome-shell
+ depends = adwaita-icon-theme
provides = morewaita
conflicts = morewaita
source = git+https://github.com/somepaulo/MoreWaita
diff --git a/PKGBUILD b/PKGBUILD
index 8ab6f2a95eff..fed6f95f53f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=morewaita-git
_reponame=MoreWaita
-pkgver=43.3.r39.gb7bfe70
+pkgver=44.r2.g70390da
pkgrel=1
pkgdesc='An Adwaita style extra icons theme for Gnome Shell.'
arch=(any)
url="https://github.com/somepaulo/$_reponame"
license=(GPL3)
-depends=(gnome-shell)
+depends=(adwaita-icon-theme)
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")