summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2021-09-11 09:32:01 -0500
committerotreblan2021-09-11 09:32:01 -0500
commit65eeb82289d442673da0914958354606775cfd0f (patch)
treeb5b58af639e6c180dbb24620127c8c70b3dd6560
parent6f1d758073e8c5680791ed0b9f450e082262ac4e (diff)
downloadaur-pyautosplit-git.tar.gz
Add python-eventlet dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 888b3d912b82..dfbf1acc42f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pyautosplit-git
pkgdesc = Autosplitter for Linux (for the LiveSplit Server)
- pkgver = r20.4e03efa
+ pkgver = r40.f5749b2
pkgrel = 1
url = https://github.com/christofsteel/pyautosplit
arch = any
@@ -9,10 +9,10 @@ pkgbase = pyautosplit-git
makedepends = git
depends = python-simpleeval
depends = python-ptrace
+ depends = python-eventlet
provides = pyautosplit
conflicts = pyautosplit
source = pyautosplit-git::git+https://github.com/christofsteel/pyautosplit.git
sha256sums = SKIP
pkgname = pyautosplit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ecdf716a5d2a..328f1badf509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Otreblan <otreblain@gmail.com>
pkgname=pyautosplit-git
-pkgver=r20.4e03efa
+pkgver=r40.f5749b2
pkgrel=1
pkgdesc="Autosplitter for Linux (for the LiveSplit Server)"
arch=('any')
url="https://github.com/christofsteel/pyautosplit"
license=('Apache')
groups=()
-depends=("python-simpleeval" "python-ptrace")
+depends=("python-simpleeval" "python-ptrace" "python-eventlet")
makedepends=("python-setuptools" "git")
checkdepends=()
optdepends=()