summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormaz-12021-07-28 23:29:34 +0800
committermaz-12021-07-28 23:29:34 +0800
commit44ca9d91855374d2b16ab76c120978c73de55aa8 (patch)
treee24c17eb67d30f98a7f9b06960eeae64f5c3d66b /PKGBUILD
parent9f7fdb6b1a7aa4461f9839d478141167a1b90124 (diff)
downloadaur-44ca9d91855374d2b16ab76c120978c73de55aa8.tar.gz
update makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9381fbfa1014..b06079aecfcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: maz-1 <loveayawaka@gmail.com>
_pkgname=deadbeef-qt5
pkgname=${_pkgname}-git
-pkgver=27.420dd44
+pkgver=90.56831d7
pkgrel=1
pkgdesc="Qt based user interface plugin for DeaDBeeF music player."
arch=('i686' 'x86_64')
url='https://github.com/maz-1/deadbeef-qt'
license=('GPL2')
depends=('qt5-base' 'deadbeef')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('git' 'cmake' 'qt5-tools')
provides=('deadbeef-qt' 'deadbeef-qt-git')
conflicts=('deadbeef-qt' 'deadbeef-qt-git')
source=("git+https://github.com/maz-1/${_pkgname}.git")