summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorshanedabes2020-01-15 22:53:17 +0000
committershanedabes2020-01-15 22:53:17 +0000
commita2f7c3cb8265d6d1d00ed691d46f9e59a7c9dbc7 (patch)
treebdc146dc9c58ced39bb7fa16face13a80aa314df /PKGBUILD
parentaed77b3af650387f51d840adbc77d0b91851e69c (diff)
downloadaur-a2f7c3cb8265d6d1d00ed691d46f9e59a7c9dbc7.tar.gz
uploading version 0.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1583fb0e14af..e80b3d1bcbb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Shane Donohoe <shane@donohoe.cc>
pkgname=python-youtube-sm-parser
-pkgver=0.1.1
+pkgver=0.1.5
pkgrel=1
pkgdesc="Output youtube subscriptions using subscription_manager file"
arch=('any')
url="https://github.com/shanedabes/youtube_sm_parser"
license=('APACHE')
depends=('python' 'python-xmltodict' 'python-requests-futures')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shanedabes/youtube_sm_parser/archive/v${pkgver}.tar.gz")
-sha256sums=('86e338b32175ce4bf4e8e42b976da7cd6ebfbf99d61a70bf56408ce7aa96c427')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shanedabes/youtube_sm_parser/archive/${pkgver}.tar.gz")
+sha256sums=('562e4110c8f26dc375ec26bff11a73628f7924957f3c3326957b082c23b3d881')
package() {
cd "youtube_sm_parser-${pkgver}"