aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2023-11-20 18:30:02 +0000
committerMilan P. Stanić <mps@arvanta.net>2023-11-20 18:30:47 +0000
commit393eeae8f8226194f7bbe837e5c441439c018a93 (patch)
tree975035ae7fbc8fba1fafb12840aecc390a3baa06
parenta54f0b130d8095cf3485cf66b04e600a7f4c882e (diff)
community/vifm-colors:
close: #15500
-rw-r--r--community/vifm-colors/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/vifm-colors/APKBUILD b/community/vifm-colors/APKBUILD
index 5a2a2570f25..c3c591c7d99 100644
--- a/community/vifm-colors/APKBUILD
+++ b/community/vifm-colors/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=vifm-colors
pkgver=0.12
-pkgrel=0
+pkgrel=1
pkgdesc="various colorschemes for vifm file explorer"
url="https://github.com/vifm/vifm-colors"
arch="all"
@@ -11,6 +11,7 @@ options="!check" # package does not have tests
source="$pkgname-$pkgver.tar.gz::https://github.com/vifm/vifm-colors/archive/v$pkgver.tar.gz"
package() {
+ rm -rf "$builddir"/reicheltd-light.vifm
local i; for i in *.vifm; do
install -Dm644 "$i" -t "$pkgdir/usr/share/vifm/colors"
done