summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-08-31 13:01:08 -0600
committerMark Wagie2023-08-31 13:01:08 -0600
commitf32982871e6d0a7a60992035ea6baee24ee2b59a (patch)
tree82832a1cba7d069174036cef4f4c8b7d4c7064f7
parentb56a4b10d1a72a24fe3f73536bd5108d8de2e82a (diff)
downloadaur-f32982871e6d0a7a60992035ea6baee24ee2b59a.tar.gz
adjust dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f18c934411..c7194a71999c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 2cf449ff3a74..0bbbf80264c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")