summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2021-12-05 00:10:06 +0100
committerD3SOX2021-12-05 00:10:06 +0100
commit25cdaa1dc8a347801ff0be7467b0b7b426bba9d1 (patch)
tree52cca0eda3be1f6913cf0c8bfe578a49dde6ed1d
parent7509e24163e2a8722032c6d7b99fe46a710cd3fd (diff)
downloadaur-25cdaa1dc8a347801ff0be7467b0b7b426bba9d1.tar.gz
add provides
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd7a4f8e9727..9c4ed3f13e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whitesur-icon-theme-git
pkgdesc = MacOS Big Sur style icon theme for linux desktops
- pkgver = r14.d14f5b8
- pkgrel = 1
+ pkgver = r213.393902e
+ pkgrel = 2
url = https://github.com/vinceliuice/WhiteSur-icon-theme
arch = any
license = GPL3
@@ -10,9 +10,9 @@ pkgbase = whitesur-icon-theme-git
optdepends = whitesur-gtk-theme-git: Recommended GTK theme
optdepends = whitesur-kde-theme-git: Recommended KDE theme
optdepends = whitesur-cursor-theme-git: Recommended cursor theme
+ provides = whitesur-icon-theme
options = !strip
source = git+https://github.com/vinceliuice/WhiteSur-icon-theme.git
sha256sums = SKIP
pkgname = whitesur-icon-theme-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8cb5d3476a4f..9e10b13c6ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=whitesur-icon-theme-git
_gitname=WhiteSur-icon-theme
-pkgver=r14.d14f5b8
-pkgrel=1
+pkgver=r213.393902e
+pkgrel=2
pkgdesc="MacOS Big Sur style icon theme for linux desktops"
arch=('any')
makedepends=('git' 'gtk-update-icon-cache')
optdepends=('whitesur-gtk-theme-git: Recommended GTK theme' 'whitesur-kde-theme-git: Recommended KDE theme' 'whitesur-cursor-theme-git: Recommended cursor theme')
license=('GPL3')
+provides=('whitesur-icon-theme')
url="https://github.com/vinceliuice/${_gitname}"
source=("git+${url}.git")
sha256sums=('SKIP')