summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle MacLeod2018-04-24 23:13:22 -0400
committerKyle MacLeod2018-04-24 23:13:22 -0400
commitf46fd7e95e7be68f9324e34578b0df715cee9b98 (patch)
tree6a588a46f28fa06c32e178c1e365daf205770d22 /PKGBUILD
parent56bf112e4d206051909362877056cbd2a63cb79e (diff)
downloadaur-f46fd7e95e7be68f9324e34578b0df715cee9b98.tar.gz
Update to 0.0.5, fixes install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b163022b4a3..42121fca42c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kyle MacLeod <aur.kmac5@recursor.net>
pkgname=mlbv
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc='Command-line interface to streaming MLB games (with MLB.tv subscription), game schedule and scores.'
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python-requests' 'python-lxml' 'python-dateutil' 'streamlink')
makedepends=('python-setuptools')
source=("https://github.com/kmac/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('4a32e308e76f1d66d9ae040151de4d3c')
+md5sums=('d9d39890586bc625b419f4ce3f1bd6ec')
package() {
cd "$srcdir/$pkgname-$pkgver"