diff options
author | Mark Wagie | 2024-03-09 14:02:35 -0700 |
---|---|---|
committer | Mark Wagie | 2024-03-09 14:02:35 -0700 |
commit | 3403fdeaf0a261e7655fd7948de9c8ebe8d57b79 (patch) | |
tree | c74bc327dff9c40423d75f2364648e303ad36b0c | |
parent | 0464aaaf355429ac9a6b0aef318c810837d42f61 (diff) | |
download | aur-3403fdeaf0a261e7655fd7948de9c8ebe8d57b79.tar.gz |
depend on pop-icon-theme-git
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ pkgbase = cosmic-icons-git pkgdesc = System76 Cosmic icon theme pkgver = r11.1e328da - pkgrel = 1 + pkgrel = 2 url = https://github.com/pop-os/cosmic-icons arch = any license = CC-BY-SA-4.0 AND GPL-3.0-or-later makedepends = git makedepends = just - depends = pop-icon-theme + depends = pop-icon-theme-git provides = cosmic-icons conflicts = cosmic-icons source = git+https://github.com/pop-os/cosmic-icons.git @@ -1,12 +1,12 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=cosmic-icons-git pkgver=r11.1e328da -pkgrel=1 +pkgrel=2 pkgdesc="System76 Cosmic icon theme" arch=('any') url="https://github.com/pop-os/cosmic-icons" license=('CC-BY-SA-4.0 AND GPL-3.0-or-later') -depends=('pop-icon-theme') # TODO: Depend on pop-icon-theme-git +depends=('pop-icon-theme-git') makedepends=('git' 'just') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") |