summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36a5dfd23ac9..3b442f4b01ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Kyle MacLeod <aur.kmac5@recursor.net>
pkgname=mlbv
-pkgver=0.0.18
-pkgrel=3
+pkgver=0.0.19
+pkgrel=1
pkgdesc='Command-line interface to MLB game information, schedule, scores, and standings.'
arch=('any')
url='https://github.com/kmac/mlbv'
license=('GPL3')
depends=('python-dateutil' 'python-lxml' 'python-pytz' 'python-requests' 'streamlink')
makedepends=('python-setuptools')
-# See https://pypi.org/project/mlbv/#files
-source=("https://files.pythonhosted.org/packages/16/e8/7a22675c337f370167f79bf16a952443e32e617596077411183c3dc3b5e0/mlbv-$pkgver.tar.gz")
-md5sums=('cd93e5620f3991c98c8473ad46d9c00e')
+# See https://pypi.orgrg/project/mlbv/#files
+source=("https://files.pythonhosted.org/packages/57/c4/60f3ebdd5eb588a5c74ca404668f29ea6298dcea9d27e1d86d95a2950399/mlbv-$pkgver.tar.gz")
+sha256sums=('318b71027a9cc9e2550f41f234051a505fef437d893a5439935678ab1a73159c')
package() {
cd "$srcdir/$pkgname-$pkgver"