summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-03-14 16:20:24 +0100
committerHeiko Nickerl2018-03-14 16:20:24 +0100
commit1a8d6811d70568c07713ef2da500d85fff37196b (patch)
treedfa513b387644a6c58da644e21135d2b79a74717
parent79983fa71ef49dc2cc237c9557de8991180bd000 (diff)
parent703b97203be31c275f8d866b765540869f0d95d8 (diff)
downloadaur-1a8d6811d70568c07713ef2da500d85fff37196b.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/sodalite-git
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--sodalite.install2
3 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b63b45070734..d769c46a1ae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = sodalite-git
depends = python-binaryornot
depends = python-npyscreen-git
depends = python-yaml
+ conflicts = sodalite
source = git+https://github.com/hnicke/sodalite.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 044c81574be7..9001c2d0344e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Keyboard-driven terminal file navigator and launcher"
arch=('any')
url="www.github.com/hnicke/sodalite"
license=('GPL')
+conflicts=('sodalite')
makedepends=('git' 'awk' )
depends=('python-binaryornot' 'python-npyscreen-git' 'python-yaml')
source=('git+https://github.com/hnicke/sodalite.git')
diff --git a/sodalite.install b/sodalite.install
index 027d857f8e22..562fc60a6b1a 100644
--- a/sodalite.install
+++ b/sodalite.install
@@ -17,5 +17,3 @@ post_install() {
"
}
-
-post_install