summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCocaine Johnsson2021-04-14 15:12:01 +0200
committerCocaine Johnsson2021-04-14 15:12:01 +0200
commitccb1f4aa2033e241e34a6d0c43706545cf89dbf9 (patch)
tree35c55e2285bfb690245eea736d5dbf994fa0d1dd /PKGBUILD
parent3fe378c4383c686ad7f3818a81277c144ac94a28 (diff)
downloadaur-ccb1f4aa2033e241e34a6d0c43706545cf89dbf9.tar.gz
Fixed the patch, it builds and installs fine now; if it doesn't work that's most likely a problem with upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11341d9443f1..ade22022f05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
_pkgname=ddb_discord_presence
pkgname=deadbeef-plugin-discord-git
-pkgver=r26.g70c06e1
+pkgver=r34.g0c2fa68
pkgrel=1
pkgdesc="DeaDBeeF Discord rich presence plugin"
arch=('i686' 'x86_64')
url="https://github.com/kuba160/ddb_discord_presence"
license=('BSD')
depends=('deadbeef')
-makedepends=('git')
+makedepends=('git' 'wget')
source=("${_pkgname}::git+https://github.com/kuba160/${_pkgname}"
"${_pkgname}-makefile.patch")
sha256sums=('SKIP'
- '2c234522f8854be7ca7222b4929b88259dda8638a62efe377985889bce5d4e84')
+ '137e78e144b6f43bd3469758c5b0f6d82fe3fc08c2121903b98dd8e4e3a9498d')
pkgver() {
cd "${_pkgname}"