summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrainDamage2021-07-11 14:18:49 +0200
committerBrainDamage2021-07-11 14:18:49 +0200
commit0c86f1109b357ed14eb043505775a2c22b1f6454 (patch)
treefd58fbea7dc14d76cfbecaf6d097a81f401320b0 /PKGBUILD
parent6998ca4bdd640f9a0cc59ce0902e15a6af276ebc (diff)
downloadaur-silentjack-git.tar.gz
fixed typo
note to self: don't do rushed fixes on a remote pc even for trivial things ...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b535b64930cb..b0e22d357d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=silentjack-git
pkgver=20.f4aa303
-pkgrel=2
+pkgrel=3
pkgdesc='SilentJack is a silence/dead air detector for the Jack Audio Connection Kit.'
arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/njh/silentjack'
license=('GPL')
depends=('jack')
provides=('silentjack')
-Conflicts=('silentjack')
+conflicts=('silentjack')
makedepends=('git')
source=('git+https://github.com/njh/silentjack')
md5sums=('SKIP')