summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2018-08-18 14:01:38 +0200
committerGuillaume Hayot2018-08-18 14:01:38 +0200
commit6bd864fc79d01a38050d6b2683cc02b7b37f322c (patch)
treea510f86c96f049a7e58098f0f756a59d3d8a09b9
parentbe54f2e8bfd305f7a1a95b45b74b0a4f0431b86d (diff)
downloadaur-6bd864fc79d01a38050d6b2683cc02b7b37f322c.tar.gz
Version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d44d27ec458..0bbcaaa0352f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
- pkgver = 1.5.5
+ pkgver = 1.5.6
pkgrel = 1
url = https://gkarsay.github.io/parlatype/
arch = any
@@ -14,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.5/parlatype-1.5.5.tar.gz
- sha256sums = 8416302349f3c97378a5a9755be08d09c23d23a4a917e8aa5d8f4aa3adf18997
+ source = https://github.com/gkarsay/parlatype/releases/download/v1.5.6/parlatype-1.5.6.tar.gz
+ sha256sums = ae72ac7c80e1adfec8b0f04bec066e2c45adf0da90736707a5f962cfdd722f3f
pkgname = parlatype
diff --git a/PKGBUILD b/PKGBUILD
index d91399857c51..568a4201e2ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
-pkgver=1.5.5
+pkgver=1.5.6
pkgrel=1
pkgdesc="GNOME audio player for transcription"
arch=('any')
@@ -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=('8416302349f3c97378a5a9755be08d09c23d23a4a917e8aa5d8f4aa3adf18997')
+sha256sums=('ae72ac7c80e1adfec8b0f04bec066e2c45adf0da90736707a5f962cfdd722f3f')
prepare() {
cd "$pkgname-$pkgver"