summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b59268f4e7d8..2039071400c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wolfgang Popp <mail@wolfgang-popp.de>
pkgname=ytcc
-pkgver=2.2.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="Command line tool to keep track of playlists"
arch=('any')
@@ -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=('6c60b9463b5fd3c403a8495c1bc5c9f81de96dea0ba3eaab66378cf72b965da5')
+sha256sums=('56392649ad7b98de5671c85b9a7cc667746738c274d8f1fa2c531f22050738ea')
package() {
cd "$srcdir/$pkgname-$pkgver"