summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCobalt Space2019-06-07 00:30:39 -0700
committerCobalt Space2019-06-07 00:30:39 -0700
commit3119fd261aed738c3b10f1a9e7df85ce13febcc3 (patch)
tree4d7ce5b34da751ac1496cca5db682f82c3e71830 /PKGBUILD
parent5239d7e1c3145eb16502ad3e9b28ad656f230167 (diff)
downloadaur-3119fd261aed738c3b10f1a9e7df85ce13febcc3.tar.gz
changed source url to match upstream, updated package sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bee3b86231a4..01853c623287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Andrew Stubbs <andrew.stubbs@gmail.com>
+# Maintainer: Cobalt Space <cobaltspace at protonmail dot com>
+# Contributor: Andrew Stubbs <andrew.stubbs at gmail dot com>
pkgname=mimic
pkgver=1.2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Text-to-speech voice synthesis from the Mycroft project."
arch=(x86_64 i686)
url="https://mimic.mycroft.ai/"
@@ -13,9 +14,9 @@ replaces=()
backup=()
options=()
install=
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MycroftAI/mimic/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/MycroftAI/mimic1/archive/${pkgver}.tar.gz")
noextract=()
-md5sums=('fb9c7fc35854379ba56a11040ef2b47f')
+md5sums=('a2baf460aa97a949519f4185d72053f5')
# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
# a description of each element in the source array.