summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-06-29 08:16:38 -0600
committerMark Wagie2023-06-29 08:16:38 -0600
commitea6c8e20afb4fe37cf6e41b8e2caf74fc2a70f4b (patch)
tree463eea0b9dc3dacf7697d290642555c796399a4a
parent11ffc37fc5c2b5e413784b09563df965e5406f7e (diff)
downloadaur-ea6c8e20afb4fe37cf6e41b8e2caf74fc2a70f4b.tar.gz
Black version dropped upstream
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD15
2 files changed, 4 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bb152446031..e3df2928ed10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fluent-icon-theme-git
pkgdesc = A Fluent design icon theme
- pkgver = 2022.11.05.r3.g36702f7
+ pkgver = 2023.06.07.r3.gb2c2bdc
pkgrel = 1
url = https://www.pling.com/p/1477945
arch = any
@@ -23,13 +23,6 @@ pkgname = fluent-round-icon-theme-git
conflicts = fluent-round-icon-theme
conflicts = fluent-icon-theme
-pkgname = fluent-black-icon-theme-git
- pkgdesc = A Fluent design icon theme (black version)
- provides = fluent-black-icon-theme
- provides = fluent-icon-theme
- conflicts = fluent-black-icon-theme
- conflicts = fluent-icon-theme
-
pkgname = fluent-cursor-theme-git
pkgdesc = An x-cursor theme inspired by Qogir theme and based on capitaine-cursors.
url = https://www.pling.com/p/1499852
diff --git a/PKGBUILD b/PKGBUILD
index d2f5ae0f4c80..84e55afd5be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
-pkgname=('fluent-icon-theme-git' 'fluent-round-icon-theme-git' 'fluent-black-icon-theme-git' 'fluent-cursor-theme-git')
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
+pkgname=('fluent-icon-theme-git' 'fluent-round-icon-theme-git' 'fluent-cursor-theme-git')
pkgbase=fluent-icon-theme-git
-pkgver=2022.11.05.r3.g36702f7
+pkgver=2023.06.07.r3.gb2c2bdc
pkgrel=1
pkgdesc="A Fluent design icon theme"
arch=('any')
@@ -43,15 +43,6 @@ package_fluent-round-icon-theme-git() {
./install.sh -a -d "$pkgdir/usr/share/icons" -r
}
-package_fluent-black-icon-theme-git() {
- pkgdesc+=" (black version)"
- provides=("${pkgname%-git}" 'fluent-icon-theme')
- conflicts=("${pkgname%-git}" 'fluent-icon-theme')
-
- cd "$srcdir/Fluent-icon-theme"
- ./install.sh -a -d "$pkgdir/usr/share/icons" -b
-}
-
package_fluent-cursor-theme-git() {
pkgdesc="An x-cursor theme inspired by Qogir theme and based on capitaine-cursors."
url="https://www.pling.com/p/1499852"