summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bader2018-08-12 12:06:58 +0200
committerJan Bader2018-08-12 12:08:12 +0200
commit6b75489b96bf1bb9d9085b2963039294cbcd4227 (patch)
tree603cc6f7cab81f1d6eeb612d5ff57add004026f7
parentffe7de38a42de16654758f7e48772e45c4689f03 (diff)
downloadaur-6b75489b96bf1bb9d9085b2963039294cbcd4227.tar.gz
Remove superfuos dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaf05c77a171..7cdb414756a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64")
url="http://youneedabudget.com/"
license=('unknown')
groups=()
-depends=('wine' 'lib32-lcms' 'lib32-lcms2' 'wine-mono' 'wine_gecko' 'lib32-gnutls' 'lib32-mpg123' 'lib32-ncurses' 'winetricks' 'samba')
+depends=('wine' 'lib32-mpg123' 'lib32-libpulse')
makedepends=()
checkdepends=()
optdepends=("dropbox: Needed for YNAB's Cloud-Sync")
@@ -30,4 +30,4 @@ package() {
install -d -m755 "$pkgdir"/usr/bin
install -m755 ynab4 "$pkgdir"/usr/bin
-}
+} \ No newline at end of file