summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCubeTheThird2021-09-05 12:13:08 -0400
committerCubeTheThird2021-09-05 12:13:08 -0400
commit79fddfccf83b16b7529a202d612dc3fd96ab4350 (patch)
tree55cefe690f1d6b7eb3b1f55d8f049f72de244026
parenta44169f63f56791434f1fc8eeb4b43bb0c7f8ab3 (diff)
downloadaur-79fddfccf83b16b7529a202d612dc3fd96ab4350.tar.gz
Added gst-plugins-base as an optional dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679999ce097e..80dab9b706b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rgain3
pkgdesc = Modules to read, write and calculate Replay Gain - Python3 fork
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chaudum/rgain
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = rgain3
depends = gst-plugins-good
optdepends = gst-plugins-bad
optdepends = gst-plugins-ugly
+ optdepends = gst-plugins-base
options = !emptydirs
source = rgain-1.1.1.tar.gz::https://github.com/chaudum/rgain/archive/1.1.1.tar.gz
md5sums = 6e397399de74043ba632992b765e5aaf
diff --git a/PKGBUILD b/PKGBUILD
index d27c22c3357e..c4bf99ff3de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=rgain3
_pkgbase=rgain
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Modules to read, write and calculate Replay Gain - Python3 fork"
arch=('any')
url="https://github.com/chaudum/rgain"
license=('GPL2')
depends=('python-mutagen' 'gst-python' 'gst-plugins-good')
makedepends=('python-docutils' 'python-setuptools')
-optdepends=('gst-plugins-bad' 'gst-plugins-ugly')
+optdepends=('gst-plugins-bad' 'gst-plugins-ugly' 'gst-plugins-base')
options=(!emptydirs)
source=(${_pkgbase}-${pkgver}.tar.gz::https://github.com/chaudum/rgain/archive/${pkgver}.tar.gz)
md5sums=('6e397399de74043ba632992b765e5aaf')