summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5c3db2f25b4..0e0a85eed098 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Mar 1 12:02:44 UTC 2017
+# Wed Dec 13 17:40:30 UTC 2017
pkgbase = ytcc
pkgdesc = The YouTube channel checker
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
- url = https://github.com/popeye123/ytcc
+ url = https://github.com/woefe/ytcc
arch = any
license = GPL3
depends = python
@@ -13,8 +13,8 @@ pkgbase = ytcc
depends = python-dateutil
depends = mpv
depends = youtube-dl
- source = https://github.com/popeye123/ytcc/archive/v1.6.0.tar.gz
- sha256sums = 9b1df64492cbc58d1368105f69f3126bccca06e22fcc4267e5c845d011cb49e6
+ source = https://github.com/woefe/ytcc/archive/v1.6.1.tar.gz
+ sha256sums = eeedd49a7c547bf809efb756a536ee3ac5592978a67ce0e6ec9c995cf8d15af3
pkgname = ytcc
diff --git a/PKGBUILD b/PKGBUILD
index 01809e85c002..4ad06825f858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Wolfgang Popp mail@wolfgang-popp.de
pkgname=ytcc
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="The YouTube channel checker"
arch=('any')
-url="https://github.com/popeye123/ytcc"
+url="https://github.com/woefe/ytcc"
license=('GPL3')
depends=('python' 'python-lxml' 'python-feedparser' 'python-dateutil' 'mpv' 'youtube-dl')
makedepends=()
-source=("https://github.com/popeye123/ytcc/archive/v${pkgver}.tar.gz")
-sha256sums=('9b1df64492cbc58d1368105f69f3126bccca06e22fcc4267e5c845d011cb49e6')
+source=("https://github.com/woefe/ytcc/archive/v${pkgver}.tar.gz")
+sha256sums=('eeedd49a7c547bf809efb756a536ee3ac5592978a67ce0e6ec9c995cf8d15af3')
package() {
cd "$srcdir/$pkgname-$pkgver"