summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolfgang Popp2017-12-13 18:43:38 +0100
committerWolfgang Popp2017-12-13 18:43:38 +0100
commit6c9229362936ea869c1598bcba47139ceeed9af5 (patch)
tree704f95fa36e6bebb4e723aa880cc470b47edfc7f /PKGBUILD
parentc4a660745804e25c92df11aa9c5d81ec6c163bc3 (diff)
downloadaur-6c9229362936ea869c1598bcba47139ceeed9af5.tar.gz
updated to v1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"