summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolfgang Popp2015-09-26 12:42:02 +0200
committerWolfgang Popp2015-09-26 12:42:02 +0200
commite34e3f493e9e8d008e9ce7bf4b29c0a159f24809 (patch)
treef0058613c63aff051ec20ab59d6b03b215ab4bde /PKGBUILD
parent2821d888820ac61836b6811e7ee82414f4025cb5 (diff)
downloadaur-e34e3f493e9e8d008e9ce7bf4b29c0a159f24809.tar.gz
updated to v1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb364758a002..c9506329faac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wolfgang Popp mail@wolfgang-popp.de
pkgname=ytcc
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="The YouTube channel checker"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/popeye123/ytcc"
license=('GPL3')
depends=('python' 'python-lxml' 'python-feedparser' 'mpv' 'youtube-dl')
makedepends=()
-source=(https://github.com/popeye123/ytcc/archive/v1.0.0.tar.gz)
-md5sums=('e0c6d220844564486b830ea51bfe126f')
+source=("https://github.com/popeye123/ytcc/archive/v${pkgver}.tar.gz")
+md5sums=('fea0bbe110c9233d166b0675669a4847')
package() {
cd "$srcdir/$pkgname-$pkgver"