summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2016-09-30 22:28:30 -0700
committerpyamsoft2016-09-30 22:28:30 -0700
commitbcf75e516f7e46b839f3da5a12743c8871bbfff2 (patch)
tree2976cb8ddd28c8ef6a9633d8f6fc55b40a0cee25
parent6aa8fab2cc98411caebfdafe37f0b28e8e65e9bc (diff)
downloadaur-bcf75e516f7e46b839f3da5a12743c8871bbfff2.tar.gz
Update dependencies
Do not explicitly depend on packages in base/base-devel Add optdepend for repository steam-native-runtime package
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a3a85b86e9..c2868daf9c55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steam-wrapper-git
pkgdesc = Steam wrapper for common operations (git version)
- pkgver = 0.6.0.r144.28b64e9
+ pkgver = 0.6.0.r145.d1b762a
pkgrel = 1
url = https://github.com/pyamsoft/steam-wrapper.git
arch = i686
@@ -8,11 +8,7 @@ pkgbase = steam-wrapper-git
license = GPLv2
makedepends = git
depends = steam
- depends = bash
- depends = coreutils
- depends = findutils
- optdepends = steam-native: Native runtime library support
- optdepends = steam-libs: Native steam libraries support
+ optdepends = steam-native-runtime: Native runtime library support
provides = steam-wrapper
conflicts = steam-wrapper
source = steam-wrapper::git+https://github.com/pyamsoft/steam-wrapper.git#branch=dev
diff --git a/PKGBUILD b/PKGBUILD
index abb369891d85..bc51c3aad0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,15 @@ pkgname=steam-wrapper-git
# shellcheck disable=SC2034
pkgdesc="Steam wrapper for common operations (git version)"
# shellcheck disable=SC2034
-pkgver=0.6.0.r144.28b64e9
+pkgver=0.6.0.r145.d1b762a
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
arch=('i686' 'x86_64')
# shellcheck disable=SC2034
-optdepends=('steam-native: Native runtime library support' \
- 'steam-libs: Native steam libraries support')
+optdepends=('steam-native-runtime: Native runtime library support')
# shellcheck disable=SC2034
-depends=('steam' 'bash' 'coreutils' 'findutils')
+depends=('steam')
# shellcheck disable=SC2034
makedepends=('git')
# shellcheck disable=SC2034