summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-31 11:15:47 +0200
committerMichal Wojdyla2024-03-31 11:15:47 +0200
commit3ab3299e3f84d35b92cbabf731d6fea4e4e55b45 (patch)
tree64e1fb8cafac78458910c03f20719eb15f5e3ce2 /PKGBUILD
parent829e9d1d72ebb0cd1d0809c6e3c7d3e740702d5f (diff)
downloadaur-multimon-ng-git.tar.gz
update dependencies, add conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22127d2b539f..81c6faab94b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Kyle Keen <keenerd@gmail.com>
pkgname=multimon-ng-git
pkgver=20240106
-pkgrel=1
+pkgrel=2
pkgdesc="An sdr decoder, supports pocsag, ufsk, clipfsk, afsk, hapn, fsk, dtmf, zvei."
url="http://dekar.wc3edit.net/2012/05/24/multimonng/"
arch=('i686' 'x86_64')
license=("GPL2")
-depends=('ncurses' 'libpulse')
+depends=('ncurses' 'libpulse' 'libx11')
makedepends=('git' 'qt4')
optdepends=('sox: wav conversion')
-
+provides=('multimon-ng')
+conflicts=('multimon-ng')
source=("git+https://github.com/EliasOenal/multimonNG.git")
md5sums=('SKIP')
_gitname="multimonNG"