Date: Sunday, January 6, 2019 @ 21:17:02 Author: alad Revision: 420762
upgpkg: youtube-viewer 1:3.5.1-1 Modified: youtube-viewer/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-06 21:13:31 UTC (rev 420761) +++ PKGBUILD 2019-01-06 21:17:02 UTC (rev 420762) @@ -5,8 +5,8 @@ pkgname=youtube-viewer epoch=1 -pkgver=3.3.4 -pkgrel=2 +pkgver=3.5.1 +pkgrel=1 pkgdesc='Command line utility for viewing YouTube videos' arch=('any') url='https://github.com/trizen/youtube-viewer' @@ -23,7 +23,7 @@ 'gtk2-perl: for the GTK GUI' 'perl-file-sharedir: for the GTK GUI') source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz") -sha256sums=('f65d27c0f7a7e51a4d7f89ab2cb27a064ff82fbb971add7aa5606f5dfeec0ab7') +sha256sums=('52e04abc6927719130b6ab04b91ec8795945a37ca905927c43efc164e7b282b1') build() { cd "$pkgname-$pkgver"