summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2018-07-07 12:47:55 +0200
committerGuillaume Hayot2018-07-07 12:47:55 +0200
commitbe54f2e8bfd305f7a1a95b45b74b0a4f0431b86d (patch)
treed58da292a461edf3eb89c02839f6595af92e29f1
parent5d814dbdc6fa1ef36e6a72914213bf0726fda5da (diff)
downloadaur-be54f2e8bfd305f7a1a95b45b74b0a4f0431b86d.tar.gz
Update to 1.5.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89b7aa9bf4f4..7d44d27ec458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Nov 22 16:49:31 UTC 2017
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
- pkgver = 1.5.4
- pkgrel = 2
+ pkgver = 1.5.5
+ pkgrel = 1
url = https://gkarsay.github.io/parlatype/
arch = any
license = GPL
@@ -16,8 +14,8 @@ pkgbase = parlatype
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.4/parlatype-1.5.4.tar.gz
- sha256sums = 6f663317546215dace0cf80acaee334fd6448abbbf972dc3976e5da02515b6b9
+ source = https://github.com/gkarsay/parlatype/releases/download/v1.5.5/parlatype-1.5.5.tar.gz
+ sha256sums = 8416302349f3c97378a5a9755be08d09c23d23a4a917e8aa5d8f4aa3adf18997
pkgname = parlatype
diff --git a/PKGBUILD b/PKGBUILD
index f1fcbac686a3..d91399857c51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
pkgdesc="GNOME audio player for transcription"
arch=('any')
url="https://gkarsay.github.io/parlatype/"
@@ -11,7 +11,7 @@ makedepends=('libreoffice' 'yelp-tools' 'intltool' 'gobject-introspection')
# makedepends=('libreoffice' 'yelp-tools' 'intltool' 'gobject-introspection' 'glade' 'gtk-doc')
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=('6f663317546215dace0cf80acaee334fd6448abbbf972dc3976e5da02515b6b9')
+sha256sums=('8416302349f3c97378a5a9755be08d09c23d23a4a917e8aa5d8f4aa3adf18997')
prepare() {
cd "$pkgname-$pkgver"