From 4cd80cbe54a0187167bde75b6a86edd371df492d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 26 Mar 2025 10:48:13 +0100 Subject: [PATCH] misc: fix theme revision after version bump --- misc/theme-cicada/Makefile | 1 - misc/theme-vicuna/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 5ab8d3841..88df0e464 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= theme-cicada PLUGIN_VERSION= 1.39 -PLUGIN_REVISION= 1 PLUGIN_COMMENT= The cicada theme - dark grey onyx PLUGIN_MAINTAINER= rene@team-rebellion.net PLUGIN_NO_ABI= yes diff --git a/misc/theme-vicuna/Makefile b/misc/theme-vicuna/Makefile index 9a6bc449d..c22184756 100644 --- a/misc/theme-vicuna/Makefile +++ b/misc/theme-vicuna/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= theme-vicuna PLUGIN_VERSION= 1.49 -PLUGIN_REVISION= 1 PLUGIN_COMMENT= The vicuna theme - blue sapphire PLUGIN_MAINTAINER= rene@team-rebellion.net PLUGIN_NO_ABI= yes