summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59424382a040..aa47f143d116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 17:57:09 UTC 2017
+# Mon Jul 3 19:46:50 UTC 2017
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
pkgver = 1.5
- pkgrel = 2
+ pkgrel = 3
url = https://gkarsay.github.io/parlatype/
arch = any
license = GPL
depends = gtk3
depends = intltool
- depends = gobject-introspection-runtime
+ depends = gobject-introspection
depends = yelp-tools
depends = gst-plugins-base
depends = gst-plugins-good
diff --git a/PKGBUILD b/PKGBUILD
index 66db877dca18..90fccbe86a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="GNOME audio player for transcription"
arch=('any')
url="https://gkarsay.github.io/parlatype/"
license=('GPL')
-depends=('gtk3' 'intltool' 'gobject-introspection-runtime' 'yelp-tools' 'gst-plugins-base' 'gst-plugins-good' 'libreoffice')
+depends=('gtk3' 'intltool' 'gobject-introspection' 'yelp-tools' 'gst-plugins-base' 'gst-plugins-good' 'libreoffice')
source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
md5sums=('8de6ae7bb0f261b4f48effbe133684c5')