summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-09 14:02:35 -0700
committerMark Wagie2024-03-09 14:02:35 -0700
commit3403fdeaf0a261e7655fd7948de9c8ebe8d57b79 (patch)
treec74bc327dff9c40423d75f2364648e303ad36b0c
parent0464aaaf355429ac9a6b0aef318c810837d42f61 (diff)
downloadaur-3403fdeaf0a261e7655fd7948de9c8ebe8d57b79.tar.gz
depend on pop-icon-theme-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 453a362507eb..2f3d0c30fe98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c4f1ac28ff51..0472df8539cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}")