summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2020-09-03 22:11:30 +0200
committerJose Riha2020-09-03 22:11:30 +0200
commit8edf6e24af77b4c032dc7119218ded205520a087 (patch)
tree7ea2e503435709fbf4df5e6e67d7e22e9f95fbaf
parent9586e2ef91aa2a9ccba62e6729482ef3d7e905f6 (diff)
downloadaur-vifm-colors-git.tar.gz
Remove conflicting theme
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01db8d4a0ed..fdcb8bd58664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vifm-colors-git
pkgdesc = Various colorschemes for vifm file explorer
pkgver = r71.39b5337
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vifm/vifm-colors
arch = any
license = GPL
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: