summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle MacLeod2018-04-24 23:13:22 -0400
committerKyle MacLeod2018-04-24 23:13:22 -0400
commitf46fd7e95e7be68f9324e34578b0df715cee9b98 (patch)
tree6a588a46f28fa06c32e178c1e365daf205770d22
parent56bf112e4d206051909362877056cbd2a63cb79e (diff)
downloadaur-f46fd7e95e7be68f9324e34578b0df715cee9b98.tar.gz
Update to 0.0.5, fixes install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ec6ce2233b9..35c517ddbb66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mlbv
pkgdesc = Command-line interface to streaming MLB games (with MLB.tv subscription), game schedule and scores.
- pkgver = 0.0.4
+ pkgver = 0.0.5
pkgrel = 1
url = https://github.com/kmac/mlbv
arch = any
@@ -10,8 +10,8 @@ pkgbase = mlbv
depends = python-lxml
depends = python-dateutil
depends = streamlink
- source = https://github.com/kmac/mlbv/archive/v0.0.4.tar.gz
- md5sums = 4a32e308e76f1d66d9ae040151de4d3c
+ source = https://github.com/kmac/mlbv/archive/v0.0.5.tar.gz
+ md5sums = d9d39890586bc625b419f4ce3f1bd6ec
pkgname = mlbv
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"