summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2017-11-20 12:19:23 +0100
committerGuillaume Hayot2017-11-20 12:19:23 +0100
commit5ff5796e202dbb9a894122ad2e7eca977bd1de69 (patch)
tree7b4306327b66d4a99817147fe929c13b83bfd8ab
parentb810add1b6a8a63dccab78f785f7cb5b4f501f8e (diff)
downloadaur-5ff5796e202dbb9a894122ad2e7eca977bd1de69.tar.gz
Add gst-plugins-ugly as optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d556eafca3b..47f8e937c6a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Nov 20 11:07:22 UTC 2017
+# Mon Nov 20 11:19:18 UTC 2017
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://gkarsay.github.io/parlatype/
arch = any
license = GPL
@@ -15,6 +15,7 @@ pkgbase = parlatype
depends = gst-plugins-base
depends = gst-plugins-good
optdepends = libreoffice: LibreOffice macros
+ optdepends = gst-plugins-ugly: Play MP3 files
source = https://github.com/gkarsay/parlatype/releases/download/v1.5.3/parlatype-1.5.3.tar.gz
sha256sums = 584a739770e85dd91249fbb716aafdf490b325e2eea393857af80a16f7080fd4
diff --git a/PKGBUILD b/PKGBUILD
index 3ecc19f072ae..760510fe30d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
pkgver=1.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME audio player for transcription"
arch=('any')
url="https://gkarsay.github.io/parlatype/"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('gtk3' 'gst-plugins-base' 'gst-plugins-good')
makedepends=('libreoffice' 'yelp-tools' 'intltool' 'gobject-introspection')
# makedepends=('libreoffice' 'yelp-tools' 'intltool' 'gobject-introspection' 'glade' 'gtk-doc')
-optdepends=('libreoffice: LibreOffice macros')
+optdepends=('libreoffice: LibreOffice macros' 'gst-plugins-ugly: Play MP3 files')
source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('584a739770e85dd91249fbb716aafdf490b325e2eea393857af80a16f7080fd4')