summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxomachine2018-05-12 20:54:08 +0300
committerxomachine2018-05-12 20:54:08 +0300
commitb3354ed23cb67f34e91ca5b5a56d5bb87c44a87d (patch)
treedc89924eb605739b1d1a8ff75a7354ba9b064519
parent6c1a36e7646c56a66e12b595fa7ebb180c2d4565 (diff)
downloadaur-steamforwarder-git.tar.gz
Replaced nim-git dependency to nim 0.18.0 or higher
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f6075a7d0c7..19679957ff8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamforwarder-git
pkgdesc = Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)
- pkgver = r182.8740de2
+ pkgver = r195.73b671f
pkgrel = 1
url = https://github.com/xomachine/SteamForwarder
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = steamforwarder-git
license = MIT
depends = python
depends = steam
- depends = nim-git
+ depends = nim>=0.18.0
depends = binutils
depends = wine
optdepends = steamcmd
diff --git a/PKGBUILD b/PKGBUILD
index 1767f17efce5..1db3d39d8e3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=('steamforwarder-git')
_pkgname=SteamForwarder
pkgdesc="Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)"
-pkgver=r182.8740de2
+pkgver=r195.73b671f
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/xomachine/SteamForwarder"
license=('MIT')
-depends=('python' 'steam' 'nim-git' 'binutils' 'wine')
+depends=('python' 'steam' 'nim>=0.18.0' 'binutils' 'wine')
optdepends=('steamcmd')
makedepends=()
provides=('steamforwarder')