summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 113a35074d92..eb0ab95c1d5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytcc
pkgdesc = The YouTube channel checker
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/popeye123/ytcc
arch = any
@@ -10,8 +10,8 @@ pkgbase = ytcc
depends = python-feedparser
depends = mpv
depends = youtube-dl
- source = https://github.com/popeye123/ytcc/archive/v1.0.0.tar.gz
- md5sums = e0c6d220844564486b830ea51bfe126f
+ source = https://github.com/popeye123/ytcc/archive/v1.0.1.tar.gz
+ md5sums = fea0bbe110c9233d166b0675669a4847
pkgname = ytcc
diff --git a/PKGBUILD b/PKGBUILD
index eb364758a002..c9506329faac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wolfgang Popp mail@wolfgang-popp.de
pkgname=ytcc
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="The YouTube channel checker"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/popeye123/ytcc"
license=('GPL3')
depends=('python' 'python-lxml' 'python-feedparser' 'mpv' 'youtube-dl')
makedepends=()
-source=(https://github.com/popeye123/ytcc/archive/v1.0.0.tar.gz)
-md5sums=('e0c6d220844564486b830ea51bfe126f')
+source=("https://github.com/popeye123/ytcc/archive/v${pkgver}.tar.gz")
+md5sums=('fea0bbe110c9233d166b0675669a4847')
package() {
cd "$srcdir/$pkgname-$pkgver"