summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo2020-05-16 22:16:44 +0100
committerPaolo2020-05-16 22:16:44 +0100
commit5d28229894c501300ea7660b68ef6541c125fa37 (patch)
treedb25bed7011b6258dbba8935ccf53b59dc117226
parent0e4c3fcae216d3bf6f47a9f2a44f244dddc95a60 (diff)
downloadaur-5d28229894c501300ea7660b68ef6541c125fa37.tar.gz
v1.1
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44f96037e23..0f2e001deecd 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.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/pviotti/sayit
arch = any
license = MIT
depends = dotnet-runtime>=3.1.0
- source = https://github.com/pviotti/sayit/releases/download/v1.0/sayit-v1.0-linux.zip
+ source = https://github.com/pviotti/sayit/releases/download/v1.1/sayit-v1.1-linux.zip
source = sayit
- sha256sums = bd8f6c22a57d4640a806c40f8ae8fb45511054794e1be09f5c8e30a961ec2312
+ sha256sums = 2d6c98d8f426795ab16c37da981edc44c8b0cd820710cf699bb2bd9b79ab383a
sha256sums = fb6b81e833a40374da84e396e8a4b97d40cea9289e1c952d94eac53cbe31e068
pkgname = sayit
diff --git a/Makefile b/Makefile
index 32475bdde9d3..a93919397d4c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
package:
- makepkg
+ makepkg -f
makepkg --printsrcinfo > .SRCINFO
install:
diff --git a/PKGBUILD b/PKGBUILD
index 7bd4b7b3386c..4e3aac0a71d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Paolo Viotti <skypixel@gmail.com>
pkgname=sayit
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="A text-to-speech command line tool backed by Azure Cognitive Services."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('dotnet-runtime>=3.1.0')
source=(https://github.com/pviotti/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux.zip
$pkgname)
-sha256sums=('bd8f6c22a57d4640a806c40f8ae8fb45511054794e1be09f5c8e30a961ec2312'
+sha256sums=('2d6c98d8f426795ab16c37da981edc44c8b0cd820710cf699bb2bd9b79ab383a'
'fb6b81e833a40374da84e396e8a4b97d40cea9289e1c952d94eac53cbe31e068')
package() {