summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaylor Smock2015-08-09 18:59:54 -0600
committerTaylor Smock2015-08-09 18:59:54 -0600
commit7d4c5a8ed0b27ac3defeee5bfe2feeb972bf3287 (patch)
treeb8f402e9f460cf0735ae7ef39ab337d087f910d1 /PKGBUILD
parent0033f87cb8696c5705e479947c6c193899b9ada7 (diff)
downloadaur-7d4c5a8ed0b27ac3defeee5bfe2feeb972bf3287.tar.gz
Updated git version number
* Moved steam from optdepends to depends * Added install file to say that steamcurses really needs Steam
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2d22cadbff6..d5fc65be0435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=steamcurses-git
_pkgname=${pkgname%-git}
_srcname=SteamCurses
-pkgver=8c106e6
-pkgrel=2
+pkgver=71c0a6d
+pkgrel=1
pkgdesc="Steam Ncurses for both native and wine versions"
arch=('i686' 'x86_64')
url="https://github.com/TOTBWF/SteamCurses"
license=('MIT')
-depends=('ncurses')
-optdepends=('steam: Native Steam support'
- 'wine: Wine Steam support')
+depends=('ncurses' 'steam')
+optdepends=('wine: Wine Steam support')
provides=('steamcurses')
conflicts=('steamcurses')
changelog=changelog.txt
+install=${pkgname}.install
source=('git+https://github.com/TOTBWF/SteamCurses.git')
sha256sums=('SKIP')