summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e0a85eed098..5b6c3dde3032 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Dec 13 17:40:30 UTC 2017
pkgbase = ytcc
pkgdesc = The YouTube channel checker
- pkgver = 1.6.1
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/woefe/ytcc
arch = any
@@ -13,8 +11,8 @@ pkgbase = ytcc
depends = python-dateutil
depends = mpv
depends = youtube-dl
- source = https://github.com/woefe/ytcc/archive/v1.6.1.tar.gz
- sha256sums = eeedd49a7c547bf809efb756a536ee3ac5592978a67ce0e6ec9c995cf8d15af3
+ source = https://github.com/woefe/ytcc/archive/v1.7.0.tar.gz
+ sha256sums = f0a77c33089a0fc2e0d949fabce82e7d307a8de3a4f7f563734f2490d98fef9e
pkgname = ytcc
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"