summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkejpies2021-02-05 20:40:17 +0100
committerkejpies2021-02-05 20:40:17 +0100
commit1d7b0b8cac59914a760016ab717821442ffef937 (patch)
tree15b1a49453002c3bb940258ae1eb9918888d0130
parent3d0f34042f36383b41094927117d90259a4bd8ba (diff)
downloadaur-1d7b0b8cac59914a760016ab717821442ffef937.tar.gz
PA support
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 827dc684d9a1..c37e196cee54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Konrad SekuĊ‚a <konradsekula@outlook.com>
pkgname=bruh
-pkgver=1.0
+pkgver=1.1
pkgrel=0
pkgdesc="Bruh sound, but as a program. You can use it to make your software more fun."
arch=('i686' 'x86_64')
license=('GPL')
depends=("alsa-utils")
makedepends=("make" "coreutils" "gcc")
+optdepends=("pulseaudio: for pa support if you don't like ALSA")
source=("git+https://github.com/kejpies/bruh")
provides=("bruh")
pkgver(){