summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-05-31 14:25:36 +0200
committerHeiko Nickerl2018-05-31 14:25:36 +0200
commit63aee065b3f59cee5e136003dd6ee934597cff7a (patch)
tree68ad3af475d27631ed72a0ec70e50321c55c9f0e
parent260c948945579d8c1c049aaafd83229f5715d970 (diff)
parentbb9a7e7849473d9262d6139ab1719b20a5835083 (diff)
downloadaur-63aee065b3f59cee5e136003dd6ee934597cff7a.tar.gz
Merge
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bad1faee118c..7b08204866e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sodalite-git
pkgdesc = Keyboard-driven terminal file navigator and launcher
- pkgver = r87.89f52c4
- pkgrel = 1
+ pkgver = r45.ece430f
+ pkgrel = 6
url = www.github.com/hnicke/sodalite
install = sodalite.install
arch = any
@@ -11,6 +11,7 @@ pkgbase = sodalite-git
depends = python-binaryornot
depends = python-urwid
depends = python-yaml
+ depends = python-pyperclip
conflicts = sodalite
source = git+https://github.com/hnicke/sodalite.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ca7a3446a234..bb0e4681bddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="sodalite-git"
-pkgver=r87.89f52c4
-pkgrel=1
+pkgver=r45.ece430f
+pkgrel=6
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-urwid' 'python-yaml')
+depends=('python-binaryornot' 'python-urwid' 'python-yaml' 'python-pyperclip')
source=('git+https://github.com/hnicke/sodalite.git')
md5sums=('SKIP')
install=sodalite.install