summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192734690245..55bb31dfae3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deepspeech-models
pkgdesc = A TensorFlow implementation of Baidu's DeepSpeech architecture - models and supporting files.
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mozilla/DeepSpeech
arch = any
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index dab6d1b89e8e..c3f26ad8e4bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Brown <brown.benjam@husky.neu.edu>
pkgname=deepspeech-models
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="A TensorFlow implementation of Baidu's DeepSpeech architecture - models and supporting files."
arch=('any')
url="https://github.com/mozilla/DeepSpeech"