diff options
author | btd1337 | 2021-01-26 20:09:56 -0300 |
---|---|---|
committer | btd1337 | 2021-01-26 20:09:56 -0300 |
commit | be35cea7576abd802fd25608bb429235e5b338c6 (patch) | |
tree | fae7e629628f8e7bf0f3b609a9a1ade3b85a7613 | |
parent | 0ae4cc760291b88868bc8a9f1b0d4547aba2687a (diff) | |
download | aur-be35cea7576abd802fd25608bb429235e5b338c6.tar.gz |
update inherits
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = kora-icon-theme-git - pkgdesc = Kora icon theme for GNU/Linux os - pkgver = r569.ae0c2ed2 + pkgdesc = Kora is an SVG icon theme with lots of new icons for GNU/Linux operating systems + pkgver = r624.8ff757b pkgrel = 1 url = https://github.com/bikass/kora install = kora-icon-theme-git.install @@ -10,10 +10,11 @@ pkgbase = kora-icon-theme-git depends = gtk-update-icon-cache optdepends = hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme optdepends = breeze-icons: fallback Breeze icon theme for Plasma Desktop - optdepends = gnome-icon-theme: fallback Gnome icon theme for Gnome Desktop + optdepends = adwaita-icon-theme: fallback GNOME standard icons provides = kora-icon-theme conflicts = kora-icon-theme source = git+https://github.com/bikass/kora.git md5sums = SKIP pkgname = kora-icon-theme-git + @@ -1,11 +1,11 @@ -# Maintainer: Nico <d3sox at protonmail dot com> +# Maintainer: Helder Bertoldo <helder.bertoldo@gmail.com> _gitname=kora _author=bikass pkgname=kora-icon-theme-git -pkgver=r569.ae0c2ed2 +pkgver=r624.8ff757b pkgrel=1 -pkgdesc="Kora icon theme for GNU/Linux os" +pkgdesc="Kora is an SVG icon theme with lots of new icons for GNU/Linux operating systems" arch=("any") url="https://github.com/${_author}/${_gitname}" license=("GPL3") @@ -13,7 +13,7 @@ depends=("gtk-update-icon-cache") optdepends=( "hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme" "breeze-icons: fallback Breeze icon theme for Plasma Desktop" - "gnome-icon-theme: fallback Gnome icon theme for Gnome Desktop") + "adwaita-icon-theme: fallback GNOME standard icons") makedepends=("git") provides=("kora-icon-theme") conflicts=("kora-icon-theme") |