summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e80b3d1bcbb5..50b4c2a74198 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shane Donohoe <shane@donohoe.cc>
pkgname=python-youtube-sm-parser
-pkgver=0.1.5
+pkgver=0.1.6
pkgrel=1
pkgdesc="Output youtube subscriptions using subscription_manager file"
arch=('any')
@@ -9,7 +9,7 @@ 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/${pkgver}.tar.gz")
-sha256sums=('562e4110c8f26dc375ec26bff11a73628f7924957f3c3326957b082c23b3d881')
+sha256sums=('d11671d284ce4d8cc10fe9d97a693d4259c40b1103cbcfd066b7a7a0fbd65734')
package() {
cd "youtube_sm_parser-${pkgver}"