summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302020-04-11 16:11:22 +0200
committerM0Rf302020-04-11 16:11:22 +0200
commit7a2c613b1e38c6640f968c6bb2dd618ea54118e9 (patch)
tree58ff59435e0e15a7f1dc12c5f022f22158c426be /PKGBUILD
parent86816250e789af9396d1a786b4cde9246f79bc9c (diff)
downloadaur-7a2c613b1e38c6640f968c6bb2dd618ea54118e9.tar.gz
prey: remove unneeded libstdc++ dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0eac89d53f9e..0a2fea1d75d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url='http://icculus.org/prey/'
license=('custom')
depends=('xterm')
-depends_i686=('libstdc++5' 'libxext' 'openal' 'sdl')
-depends_x86_64=('lib32-libstdc++5' 'lib32-libxext' 'lib32-openal' 'lib32-sdl')
+depends_i686=('libxext' 'openal' 'sdl')
+depends_x86_64=('lib32-libxext' 'lib32-openal' 'lib32-sdl')
makedepends=('unzip')
install='prey.install'
source=(