summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTin Lai2021-01-24 11:22:56 +1100
committerTin Lai2021-01-24 11:22:56 +1100
commit40c39c1b9b9826aba3ec43d0fef694f8eb7101af (patch)
tree3f07b9153b478a4b261e7325ee294475c98f2ef6
parentb07bf9faf042261383ea76a369ff05397c431da5 (diff)
downloadaur-xxh-git.tar.gz
Add dependency python-yaml and bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd734d30e170..d3d3b9395032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xxh-git
pkgdesc = Bring your favorite shell wherever you go through the ssh
- pkgver = 0.8.3.r3.g7bb749f
+ pkgver = 0.8.6.r11.g07ac6a3
pkgrel = 1
url = https://github.com/xxh/xxh
arch = any
@@ -10,6 +10,7 @@ pkgbase = xxh-git
depends = python
depends = openssh
depends = python-pexpect
+ depends = python-yaml
provides = xxh
conflicts = xxh
source = git+https://github.com/xxh/xxh.git
diff --git a/PKGBUILD b/PKGBUILD
index 3bbda7fabfa2..bd8a85c291bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Soraxas <oscar AT tinyiu DOT com>
pkgname=xxh-git
-pkgver=0.8.3.r3.g7bb749f
+pkgver=0.8.6.r11.g07ac6a3
pkgrel=1
pkgdesc="Bring your favorite shell wherever you go through the ssh"
arch=('any')
url="https://github.com/xxh/xxh"
license=('BSD')
-depends=('python' 'openssh' 'python-pexpect')
+depends=('python' 'openssh' 'python-pexpect' 'python-yaml')
makedepends=('git' 'python-setuptools')
provides=('xxh')
conflicts=('xxh')