diff options
author | Alexey Galakhov | 2024-12-10 15:30:15 +0100 |
---|---|---|
committer | Alexey Galakhov | 2024-12-10 15:30:15 +0100 |
commit | 4d5d95a5254931f7e5f9a9f06f3a67fda7519108 (patch) | |
tree | ad7ca87df843d464acec8a086cc67ab44a5963e4 | |
parent | f4093ada3288d7c5c85da2ed18d074eb106cffaf (diff) | |
download | aur-rtpmidid-git.tar.gz |
Add ninja dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = rtpmidid-git pkgdesc = RTP MIDI User Space Driver Daemon pkgver = r797.78749d5 - pkgrel = 1 + pkgrel = 2 url = https://github.com/davidmoreno/rtpmidid arch = i686 arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = rtpmidid-git makedepends = git makedepends = cmake makedepends = pandoc + makedepends = ninja depends = alsa-lib depends = fmt depends = avahi @@ -2,13 +2,13 @@ pkgname='rtpmidid-git' pkgver=r797.78749d5 -pkgrel=1 +pkgrel=2 pkgdesc="RTP MIDI User Space Driver Daemon" arch=('i686' 'x86_64') url='https://github.com/davidmoreno/rtpmidid' license=('GPL3') depends=('alsa-lib' 'fmt' 'avahi') -makedepends=('git' 'cmake' 'pandoc') +makedepends=('git' 'cmake' 'pandoc' 'ninja') provides=('rtpmidid') conflicts=('rtpmidid') source=('rtpmidid-git::git+https://github.com/davidmoreno/rtpmidid.git') |