summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b667344a0b6..5f1355f58ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ytcc
pkgdesc = The YouTube channel checker
- pkgver = 1.7.0
- pkgrel = 2
+ pkgver = 1.7.1
+ pkgrel = 1
url = https://github.com/woefe/ytcc
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = ytcc
depends = python-dateutil
depends = mpv
depends = youtube-dl
- source = https://github.com/woefe/ytcc/archive/v1.7.0.tar.gz
- sha256sums = f0a77c33089a0fc2e0d949fabce82e7d307a8de3a4f7f563734f2490d98fef9e
+ source = https://github.com/woefe/ytcc/archive/v1.7.1.tar.gz
+ sha256sums = 26a7022d5de49450598df41228c149530c76674d48c80e9dda27dfbe405b4421
pkgname = ytcc
diff --git a/PKGBUILD b/PKGBUILD
index e3da0bcbf9d8..47d9829c612c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wolfgang Popp mail@wolfgang-popp.de
pkgname=ytcc
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
pkgdesc="The YouTube channel checker"
arch=('any')
url="https://github.com/woefe/ytcc"
@@ -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=('f0a77c33089a0fc2e0d949fabce82e7d307a8de3a4f7f563734f2490d98fef9e')
+sha256sums=('26a7022d5de49450598df41228c149530c76674d48c80e9dda27dfbe405b4421')
package() {
cd "$srcdir/$pkgname-$pkgver"