diff options
author | Mark Wagie | 2023-08-31 13:01:08 -0600 |
---|---|---|
committer | Mark Wagie | 2023-08-31 13:01:08 -0600 |
commit | f32982871e6d0a7a60992035ea6baee24ee2b59a (patch) | |
tree | 82832a1cba7d069174036cef4f4c8b7d4c7064f7 | |
parent | b56a4b10d1a72a24fe3f73536bd5108d8de2e82a (diff) | |
download | aur-f32982871e6d0a7a60992035ea6baee24ee2b59a.tar.gz |
adjust dependencies
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,13 +1,12 @@ pkgbase = cosmic-icons-git pkgdesc = System76 Cosmic icon theme pkgver = r9.14d8e20 - pkgrel = 2 + pkgrel = 3 url = https://github.com/pop-os/cosmic-icons arch = any license = CC-BY-SA-4.0 makedepends = git makedepends = just - depends = gtk-update-icon-cache depends = pop-icon-theme provides = cosmic-icons conflicts = cosmic-icons @@ -1,12 +1,12 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=cosmic-icons-git pkgver=r9.14d8e20 -pkgrel=2 +pkgrel=3 pkgdesc="System76 Cosmic icon theme" arch=('any') url="https://github.com/pop-os/cosmic-icons" license=('CC-BY-SA-4.0') -depends=('gtk-update-icon-cache' 'pop-icon-theme') +depends=('pop-icon-theme') makedepends=('git' 'just') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") |