summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolfgang Popp2018-08-03 00:07:35 +0200
committerWolfgang Popp2018-08-03 00:07:35 +0200
commit7e49f43aef0f9b0ea076ac9007c7c6fc6ef05a33 (patch)
treeb62061dfe64fcdb09cca82c427554592ff887e6a /PKGBUILD
parent6c9229362936ea869c1598bcba47139ceeed9af5 (diff)
downloadaur-7e49f43aef0f9b0ea076ac9007c7c6fc6ef05a33.tar.gz
updated to v1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad06825f858..0c741947d326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wolfgang Popp mail@wolfgang-popp.de
pkgname=ytcc
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=1
pkgdesc="The YouTube channel checker"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python' 'python-lxml' 'python-feedparser' 'python-dateutil' 'mpv' 'youtube-dl')
makedepends=()
source=("https://github.com/woefe/ytcc/archive/v${pkgver}.tar.gz")
-sha256sums=('eeedd49a7c547bf809efb756a536ee3ac5592978a67ce0e6ec9c995cf8d15af3')
+sha256sums=('f0a77c33089a0fc2e0d949fabce82e7d307a8de3a4f7f563734f2490d98fef9e')
package() {
cd "$srcdir/$pkgname-$pkgver"