summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo2020-02-25 21:08:57 +0000
committerPaolo2020-02-25 21:08:57 +0000
commite04259df1496e9d73493bce5892c346f4937d528 (patch)
treefcd6bd07cb1ac59b8dddf078173731d08fbd0988
parent1284c7b5f05314172dda0b605e58f70a7c4899aa (diff)
downloadaur-e04259df1496e9d73493bce5892c346f4937d528.tar.gz
v0.3-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1807297efc51..d1a598a77769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = sayit
pkgdesc = A text-to-speech command line tool that uses Azure Cognitive Services.
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pviotti/sayit
arch = any
license = MIT
- depends = dotnet-runtime
+ depends = dotnet-runtime>=3.1.0
source = https://github.com/pviotti/sayit/releases/download/v0.3/sayit-v0.3-linux.zip
source = sayit
sha256sums = b04e5008cf9faad4c0fcefd0ba5b6c3569f6d4776422a01adfa212944f7bf427
diff --git a/PKGBUILD b/PKGBUILD
index 5e1c757bc301..e7ef4ca57de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sayit
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A text-to-speech command line tool that uses Azure Cognitive Services."
arch=('any')
url="https://github.com/pviotti/sayit"
license=('MIT')
-depends=('dotnet-runtime')
+depends=('dotnet-runtime>=3.1.0')
source=(https://github.com/pviotti/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux.zip
$pkgname)
sha256sums=('b04e5008cf9faad4c0fcefd0ba5b6c3569f6d4776422a01adfa212944f7bf427'