diff options
Diffstat (limited to 'deadbeef-plugin-discord-git/PKGBUILD')
-rw-r--r-- | deadbeef-plugin-discord-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef-plugin-discord-git/PKGBUILD b/deadbeef-plugin-discord-git/PKGBUILD index e6673a7..11341d9 100644 --- a/deadbeef-plugin-discord-git/PKGBUILD +++ b/deadbeef-plugin-discord-git/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="DeaDBeeF Discord rich presence plugin" arch=('i686' 'x86_64') url="https://github.com/kuba160/ddb_discord_presence" license=('BSD') -depends=('deadbeef-git') +depends=('deadbeef') makedepends=('git') source=("${_pkgname}::git+https://github.com/kuba160/${_pkgname}" "${_pkgname}-makefile.patch") |