summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Viotti2021-11-20 20:03:48 +0000
committerPaolo Viotti2021-11-20 20:03:48 +0000
commit7ba74ddcbe6066cfa96879bb9bc99f41627ac0e4 (patch)
tree6505e7c98fea796eb5d9e96077ff42b711024bf3
parent1a030181ccd1678107e9d5045fab86e9760d86f8 (diff)
downloadaur-7ba74ddcbe6066cfa96879bb9bc99f41627ac0e4.tar.gz
v1.3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e2474ca6a4..dd17962d2b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = sayit
pkgdesc = A text-to-speech command line tool backed by Azure Cognitive Services.
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/pviotti/sayit
arch = any
license = MIT
- depends = dotnet-runtime>=5.0.0
- source = https://github.com/pviotti/sayit/releases/download/v1.2/sayit-v1.2-linux.zip
+ depends = dotnet-runtime>=6.0.0
+ source = https://github.com/pviotti/sayit/releases/download/v1.3/sayit-v1.3-linux.zip
source = sayit
- sha256sums = e781f37340b0cec19d5b939a24010541eb00e2a95e591eb5d5ab1eb1fcf0c5e2
+ sha256sums = d6a37b24e7d546dbde08e937e1826b3142ccbb87e5a8fb8c7b417ae2320f3df0
sha256sums = fb6b81e833a40374da84e396e8a4b97d40cea9289e1c952d94eac53cbe31e068
pkgname = sayit
-
diff --git a/PKGBUILD b/PKGBUILD
index 8d459df683e7..82ac1b03ee90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Paolo Viotti <skypixel@gmail.com>
pkgname=sayit
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+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>=5.0.0')
+depends=('dotnet-runtime>=6.0.0')
source=(https://github.com/pviotti/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux.zip
$pkgname)
-sha256sums=('e781f37340b0cec19d5b939a24010541eb00e2a95e591eb5d5ab1eb1fcf0c5e2'
+sha256sums=('d6a37b24e7d546dbde08e937e1826b3142ccbb87e5a8fb8c7b417ae2320f3df0'
'fb6b81e833a40374da84e396e8a4b97d40cea9289e1c952d94eac53cbe31e068')
package() {