summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Bertin2024-05-08 18:21:08 +0200
committerAntoine Bertin2024-05-08 18:21:08 +0200
commit381f6bc988efb41f9dec439d6333bd6b025893ef (patch)
tree6ccd03b7b2a076ea54d2fb941d8c5758a7bd84da
parentf64f456f4fead956ea909e225bd36fbde4dcc8aa (diff)
downloadaur-381f6bc988efb41f9dec439d6333bd6b025893ef.tar.gz
upgpkg: gruvbox-plus-icon-theme-git 5.3.1.r196.gc82d485-2
feat: add gruvbox-plus-icon-theme-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a152dbfd984a..87c80947a3f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gruvbox-plus-icon-theme-git
pkgdesc = Icon theme based on Gruvbox color scheme
- pkgver = 4.0.r680.g812b197
- pkgrel = 1
+ pkgver = 5.3.1.r196.gc82d485
+ pkgrel = 2
url = https://github.com/SylEleuth/gruvbox-plus-icon-pack
arch = any
license = GPL3
makedepends = git
- makedepends = fd
depends = gtk-update-icon-cache
provides = gruvbox-plus-icon-theme
+ conflicts = gruvbox-plus-icon-theme
options = !strip
options = !emptydirs
source = gruvbox-plus-icon-theme-git::git+https://github.com/SylEleuth/gruvbox-plus-icon-pack
diff --git a/PKGBUILD b/PKGBUILD
index f15c1ce2d626..dafb7f3263df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Antoine Bertin <antoine.bertin@archlinux.org>
pkgname=gruvbox-plus-icon-theme-git
-pkgver=4.0.r680.g812b197
-pkgrel=1
+pkgver=5.3.1.r196.gc82d485
+pkgrel=2
pkgdesc="Icon theme based on Gruvbox color scheme"
arch=(any)
url=https://github.com/SylEleuth/gruvbox-plus-icon-pack
license=(GPL3)
depends=('gtk-update-icon-cache')
-makedepends=('git' 'fd')
+makedepends=('git')
provides=(gruvbox-plus-icon-theme)
-conflicts=()
+conflicts=(gruvbox-plus-icon-theme)
options=(!strip !emptydirs)
source=("$pkgname::git+$url")
sha256sums=('SKIP')
@@ -22,11 +22,8 @@ pkgver() {
package() {
cd "$pkgname/Gruvbox-Plus-Dark"
- # remove files with whitespaces as it messes up gtk-update-icon-cache
- fd '.*\s[^/]*' -X rm {}
# remove cache as it will be generated again
rm icon-theme.cache
install -d "$pkgdir/usr/share/icons"
cp -r ./ "$pkgdir/usr/share/icons/Gruvbox-Plus-Dark"
}
-