summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f0634a0a6e7..08ff5aa2d6d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wolfgang Popp <mail@wolfgang-popp.de>
pkgname=ytcc
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Command line tool to keep track of playlists"
arch=('any')
url="https://github.com/woefe/ytcc"
@@ -10,7 +10,7 @@ depends=('python-click' 'youtube-dl' 'python-wcwidth')
optdepends=('mpv' 'fzf')
makedepends=('git' 'python-setuptools')
source=("https://github.com/woefe/ytcc/archive/v${pkgver}.tar.gz")
-sha256sums=('edb5367209a8c465c6b6f4f01705430602f25ca29b318dc18e42c139d2fe1efc')
+sha256sums=('29caf6c64b2011b99cd275df7a010fad7c0772cda89738c50ebde34542dc532b')
package() {
cd "$srcdir/$pkgname-$pkgver"