diff options
author | Chris Down | 2018-02-11 20:05:57 +0000 |
---|---|---|
committer | Chris Down | 2018-02-11 20:05:57 +0000 |
commit | 6ca56469fbf49d275ebe684c5d80fb0753da7e39 (patch) | |
tree | d7518a4f2800006afc56243a9fed9526da443be9 /PKGBUILD | |
parent | 6d85e9970f376ea83838b8a63c88fd077a0af7ed (diff) | |
download | aur-yturl.tar.gz |
upgpkg: yturl 2.0.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Chris Down <chris@chrisdown.name> pkgname=yturl -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc='YouTube videos on the command line' url=http://github.com/cdown/yturl @@ -9,7 +9,7 @@ arch=(any) license=('Public Domain') depends=(python python-requests python-setuptools) source=("https://github.com/cdown/yturl/archive/${pkgver}.zip") -md5sums=('4e3369452d7c6354e3d94ef29313cf39') +md5sums=('400d48a95fff90e96b8ef0e4fef49e74') package() { cd "${srcdir?}/$pkgname-$pkgver" |