summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-12-24 12:21:29 +0100
committerMartino Pilia2018-12-24 12:21:29 +0100
commite772e54de7429160ed3ae60614357b96e5297f55 (patch)
treea1a4b28eea38ee141a4793730b6b39f7be720600 /PKGBUILD
parente797e0115a26e0a2ca5961ff12498a8d392ac660 (diff)
downloadaur-e772e54de7429160ed3ae60614357b96e5297f55.tar.gz
New optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 564602aeb574..d80029d326f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_upstream_name=plasma-applet-ambientnoise
pkgname=plasma5-applets-ambientnoise
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Plasmoid for ambient noise reproduction"
arch=('any')
url="https://github.com/m-pilia/plasma-applet-ambientnoise"
@@ -11,7 +11,9 @@ depends=('plasma-workspace')
optdepends=('anoise-media: noise files and icons'
'anoise-community-extension1: noise files and icons'
'anoise-community-extension2: noise files and icons'
- 'anoise-community-extension3: noise files and icons')
+ 'anoise-community-extension3: noise files and icons'
+ 'anoise-community-extension4: noise files and icons'
+ 'anoise-community-extension5: noise files and icons')
makedepends=('extra-cmake-modules'
'git')
source=(https://github.com/m-pilia/${_upstream_name}/archive/${pkgver}.tar.gz)