summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Viotti2021-03-17 21:32:59 +0000
committerPaolo Viotti2021-03-17 21:32:59 +0000
commit1a030181ccd1678107e9d5045fab86e9760d86f8 (patch)
tree54f54f7a4fe52e8dfab7cc7c8fe08ab20f6d02a2
parentc52cdc1308e91d82b80a7da30aebb304885134d9 (diff)
downloadaur-1a030181ccd1678107e9d5045fab86e9760d86f8.tar.gz
v1.2-2 - dotnet-runtime instead of dotnet-runtime-bin
-rw-r--r--.SRCINFO4
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13627d2d1bb3..03e2474ca6a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = sayit
pkgdesc = A text-to-speech command line tool backed by Azure Cognitive Services.
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pviotti/sayit
arch = any
license = MIT
- depends = dotnet-runtime-bin>=5.0.0
+ depends = dotnet-runtime>=5.0.0
source = https://github.com/pviotti/sayit/releases/download/v1.2/sayit-v1.2-linux.zip
source = sayit
sha256sums = e781f37340b0cec19d5b939a24010541eb00e2a95e591eb5d5ab1eb1fcf0c5e2
diff --git a/Makefile b/Makefile
index a93919397d4c..4020adceb3da 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ package:
makepkg --printsrcinfo > .SRCINFO
install:
- pacman -U *.tar.xz
+ pacman -U *.tar.zst
clean:
git clean -fdX
diff --git a/PKGBUILD b/PKGBUILD
index 3d3627d268a8..8d459df683e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=sayit
pkgver=1.2
-pkgrel=1
+pkgrel=2
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-bin>=5.0.0')
+depends=('dotnet-runtime>=5.0.0')
source=(https://github.com/pviotti/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux.zip
$pkgname)
sha256sums=('e781f37340b0cec19d5b939a24010541eb00e2a95e591eb5d5ab1eb1fcf0c5e2'