summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f213cfb74ee..82e98854ee10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma5-applets-ambientnoise
pkgdesc = Plasmoid for ambient noise reproduction
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/m-pilia/plasma-applet-ambientnoise
arch = any
license = GPL
@@ -12,6 +12,8 @@ pkgbase = plasma5-applets-ambientnoise
optdepends = anoise-community-extension1: noise files and icons
optdepends = anoise-community-extension2: noise files and icons
optdepends = anoise-community-extension3: noise files and icons
+ optdepends = anoise-community-extension4: noise files and icons
+ optdepends = anoise-community-extension5: noise files and icons
source = https://github.com/m-pilia/plasma-applet-ambientnoise/archive/0.4.0.tar.gz
sha512sums = bc3de029fda7344bcfdd3e5d28b38d7f61a4c896905f9514303759203586d9020c72128a6b16a39078af017d6b3cd416b310bf43529a9bb3db7d1d0d08f74a98
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)