summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2023-12-02 11:03:16 +0100
committerGuillaume Hayot2023-12-02 11:03:16 +0100
commit608f9b1b605a08956fa43734f026e805734ef38b (patch)
tree2d92f12da994fe0bf48c619e4ddc1219f476286b
parent530a5563699a4a9a7cef6132cf393fca78de3e38 (diff)
downloadaur-608f9b1b605a08956fa43734f026e805734ef38b.tar.gz
Upstram assets error, see commit message
https://github.com/gkarsay/parlatype/releases/tag/v4.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6dadf529d6c6..ac3a919d370e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parlatype
pkgdesc = GNOME audio player for transcription
pkgver = 4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gkarsay/parlatype
arch = any
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = parlatype
makedepends = yelp-tools
makedepends = desktop-file-utils
makedepends = gtk-doc
+ makedepends = cmake
depends = gtk3
depends = gstreamer
depends = gst-plugins-base
@@ -20,6 +21,6 @@ pkgbase = parlatype
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 = 9b32fb34977edd07d2b14891c8466163998820d6ac547e4727f9aef2beb67258417b9164c918e2c18f7ddb05017babfaca296b223a51c4f690c1f1df0b84a84b
+ b2sums = a161a58def339c825cde1a51bbfef881bfaf51aea408a7978c7bc9ee2c640dc52101b33fc7cd1a1371c7af92f66623d68dab03401eef501a61b65192adc83cd3
pkgname = parlatype
diff --git a/PKGBUILD b/PKGBUILD
index 1e2c012dfa17..bda1b86a61cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=parlatype
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME audio player for transcription"
arch=('any')
url="https://github.com/gkarsay/parlatype"
@@ -10,7 +10,7 @@ depends=('gtk3' '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=('9b32fb34977edd07d2b14891c8466163998820d6ac547e4727f9aef2beb67258417b9164c918e2c18f7ddb05017babfaca296b223a51c4f690c1f1df0b84a84b')
+b2sums=('a161a58def339c825cde1a51bbfef881bfaf51aea408a7978c7bc9ee2c640dc52101b33fc7cd1a1371c7af92f66623d68dab03401eef501a61b65192adc83cd3')
build() {
cd "$pkgname-$pkgver"