Date: Tuesday, February 18, 2020 @ 19:07:57 Author: escondida Revision: 576117
update to 1:3.7.4 Modified: youtube-viewer/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 18:57:00 UTC (rev 576116) +++ PKGBUILD 2020-02-18 19:07:57 UTC (rev 576117) @@ -5,13 +5,14 @@ # Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d> pkgname=youtube-viewer -epoch=1 -pkgver=3.7.2 -pkgrel=1 pkgdesc='Command line utility for viewing YouTube videos' -arch=(any) url='https://github.com/trizen/youtube-viewer' license=(GPL3) + +epoch=1 +pkgver=3.7.4 +pkgrel=1 + depends=(perl perl-data-dump perl-file-sharedir perl-json perl-lwp-protocol-https perl-libwww) makedepends=(perl-module-build) optdepends=( @@ -26,9 +27,11 @@ 'wget: download videos with wget' 'youtube-dl: play videos with encrypted signatures' ) + +arch=(any) source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz") # sums provided by packager makepkg -g -sha256sums=(35ba3a64a4e2a73c260f69608f87b07b1cbd3e8ff6e1af6e76d0a480b5f83a35) +sha256sums=(f049fe7f6f27c1dbc4e1835f2b99c922b7d66b11568edd63653c670ce5500cfd) build() { cd "$pkgname-$pkgver"
