summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9fe38c305fc..31b084ca6168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=vifm-colors-git
_pkgname=vifm-colors
pkgver=r71.39b5337
-pkgrel=1
+pkgrel=2
pkgdesc="Various colorschemes for vifm file explorer"
url="https://github.com/vifm/vifm-colors"
makedepends=('git')
@@ -26,6 +26,9 @@ package() {
done
install -Dm644 README.md "$pkgdir/usr/share/doc/vifm-colors-git/README.md"
install -Dm644 ChangeLog "$pkgdir/usr/share/doc/vifm-colors-git/ChangeLog"
+ # remove due to conflict with vifm-git
+ rm "$pkgdir/usr/share/vifm/colors/reicheltd-light.vifm"
+
}
# vim:set ts=2 sw=2 et: