summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2018-02-11 20:05:57 +0000
committerChris Down2018-02-11 20:05:57 +0000
commit6ca56469fbf49d275ebe684c5d80fb0753da7e39 (patch)
treed7518a4f2800006afc56243a9fed9526da443be9
parent6d85e9970f376ea83838b8a63c88fd077a0af7ed (diff)
downloadaur-6ca56469fbf49d275ebe684c5d80fb0753da7e39.tar.gz
upgpkg: yturl 2.0.2-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a559fb775e6..bb163ab22cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Apr 22 05:49:35 UTC 2016
pkgbase = yturl
pkgdesc = YouTube videos on the command line
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = http://github.com/cdown/yturl
arch = any
@@ -10,8 +8,8 @@ pkgbase = yturl
depends = python
depends = python-requests
depends = python-setuptools
- source = https://github.com/cdown/yturl/archive/2.0.1.zip
- md5sums = 4e3369452d7c6354e3d94ef29313cf39
+ source = https://github.com/cdown/yturl/archive/2.0.2.zip
+ md5sums = 400d48a95fff90e96b8ef0e4fef49e74
pkgname = yturl
diff --git a/PKGBUILD b/PKGBUILD
index 480c94d109d8..e85cc48f8dd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"