summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e12484f83d..04eb4165e636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sayit
pkgdesc = A text-to-speech command line tool backed by Azure Cognitive Services.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/pviotti/sayit
arch = any
license = MIT
- depends = dotnet-runtime>=7.0.0
- source = https://github.com/pviotti/sayit/releases/download/v1.4/sayit-v1.4-linux.zip
+ depends = dotnet-runtime>=8.0.0
+ source = https://github.com/pviotti/sayit/releases/download/v1.5/sayit-v1.5-linux.zip
source = sayit
- sha256sums = dd816dfd86743055987c9504a8baf7869e3ef9ecd6f4cbeb2c215cfbd5ea416a
+ sha256sums = 88a2682e4d8af0ea3248730b04687d536b1275a92f70ec7daf90e2c2fc78feb7
sha256sums = fb6b81e833a40374da84e396e8a4b97d40cea9289e1c952d94eac53cbe31e068
pkgname = sayit
diff --git a/PKGBUILD b/PKGBUILD
index 682c6e6d8741..7fb45ac99618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Paolo Viotti <skypixel@gmail.com>
pkgname=sayit
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="A text-to-speech command line tool backed by Azure Cognitive Services."
arch=('any')
url="https://github.com/pviotti/sayit"
license=('MIT')
-depends=('dotnet-runtime>=7.0.0')
+depends=('dotnet-runtime>=8.0.0')
source=(https://github.com/pviotti/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux.zip
$pkgname)
-sha256sums=('dd816dfd86743055987c9504a8baf7869e3ef9ecd6f4cbeb2c215cfbd5ea416a'
+sha256sums=('88a2682e4d8af0ea3248730b04687d536b1275a92f70ec7daf90e2c2fc78feb7'
'fb6b81e833a40374da84e396e8a4b97d40cea9289e1c952d94eac53cbe31e068')
package() {
install -dm 755 "${pkgdir}/usr/share/$pkgname"
cp -a "${srcdir}/$pkgname-v$pkgver-linux/." "${pkgdir}/usr/share/$pkgname/"
install -Dm755 "${srcdir}/$pkgname" "${pkgdir}/usr/bin/$pkgname"
-}
+} \ No newline at end of file