summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2024-04-04 09:26:04 +0200
committerGuillaume Hayot2024-04-04 09:26:04 +0200
commit718c50159ce99b37ffaa395b84f299a1cffc4bb3 (patch)
tree69c00e4cae7b5f2a982cc75a2e3a14519aacbc3f
parent90e82fca30a94c9313527c33695a0f9f25b78d30 (diff)
downloadaur-718c50159ce99b37ffaa395b84f299a1cffc4bb3.tar.gz
v4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db3f6674526a..f18ba42812bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
- pkgver = 4.0
- pkgrel = 3
+ pkgver = 4.1
+ pkgrel = 1
url = https://github.com/gkarsay/parlatype
arch = any
license = GPL3
@@ -20,7 +20,7 @@ pkgbase = parlatype
depends = gst-plugins-good
depends = iso-codes
optdepends = parlatype-libreoffice-extension: LibreOffice macros
- source = https://github.com/gkarsay/parlatype/releases/download/v4.0/parlatype-4.0.tar.gz
- b2sums = a161a58def339c825cde1a51bbfef881bfaf51aea408a7978c7bc9ee2c640dc52101b33fc7cd1a1371c7af92f66623d68dab03401eef501a61b65192adc83cd3
+ source = https://github.com/gkarsay/parlatype/releases/download/v4.1/parlatype-4.1.tar.gz
+ b2sums = 6554c3702bb36da7c1242c783fa555b446c573a71a5cb862c4ac9dbae6f1cf6d3c9c880abce24f300fa932f88111646b55f16e7175b73e1c6a072810a0d68ddf
pkgname = parlatype
diff --git a/PKGBUILD b/PKGBUILD
index 2b7d1249b347..ced6d88a0c04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
-pkgver=4.0
-pkgrel=3
+pkgver=4.1
+pkgrel=1
pkgdesc="GNOME audio player for transcription"
arch=('any')
url="https://github.com/gkarsay/parlatype"
@@ -10,7 +10,7 @@ depends=('gtk4' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'iso-codes')
makedepends=('appstream' 'appstream-glib' 'meson' 'gettext' 'gobject-introspection' 'yelp-tools' 'desktop-file-utils' 'gtk-doc' 'cmake') # add pocketsphinx and/or deepspeech if needed
optdepends=('parlatype-libreoffice-extension: LibreOffice macros')
source=("https://github.com/gkarsay/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('a161a58def339c825cde1a51bbfef881bfaf51aea408a7978c7bc9ee2c640dc52101b33fc7cd1a1371c7af92f66623d68dab03401eef501a61b65192adc83cd3')
+b2sums=('6554c3702bb36da7c1242c783fa555b446c573a71a5cb862c4ac9dbae6f1cf6d3c9c880abce24f300fa932f88111646b55f16e7175b73e1c6a072810a0d68ddf')
build() {
cd "$pkgname-$pkgver"