summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCobalt Space2019-06-07 00:30:39 -0700
committerCobalt Space2019-06-07 00:30:39 -0700
commit3119fd261aed738c3b10f1a9e7df85ce13febcc3 (patch)
tree4d7ce5b34da751ac1496cca5db682f82c3e71830
parent5239d7e1c3145eb16502ad3e9b28ad656f230167 (diff)
downloadaur-3119fd261aed738c3b10f1a9e7df85ce13febcc3.tar.gz
changed source url to match upstream, updated package sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2e7d9d99761..b056efd83176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mimic
pkgdesc = Text-to-speech voice synthesis from the Mycroft project.
pkgver = 1.2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://mimic.mycroft.ai/
arch = x86_64
arch = i686
@@ -12,8 +12,8 @@ pkgbase = mimic
makedepends = automake
makedepends = icu
depends = alsa-lib
- source = mimic-1.2.0.2.tar.gz::https://github.com/MycroftAI/mimic/archive/1.2.0.2.tar.gz
- md5sums = fb9c7fc35854379ba56a11040ef2b47f
+ source = mimic-1.2.0.2.tar.gz::https://github.com/MycroftAI/mimic1/archive/1.2.0.2.tar.gz
+ md5sums = a2baf460aa97a949519f4185d72053f5
pkgname = mimic
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.