summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWolfgang Popp2020-10-21 20:40:27 +0200
committerWolfgang Popp2020-10-21 20:40:27 +0200
commitcb62a397b19fca7066133e2f17bfbe681ddca269 (patch)
treeed4856ae8ddc5363588e067050543c6ba0276a3a /PKGBUILD
parent0c47245d246d863b8e50a53bf512809cc81853de (diff)
downloadaur-cb62a397b19fca7066133e2f17bfbe681ddca269.tar.gz
Add provides/conflicts and bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3896cec8d2d9..31ec2772480f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wolfgang Popp <mail@wolfgang-popp.de>
pkgname=ytcc-git
-pkgver=r315.9fa47b9
+pkgver=r340.25b1291
pkgrel=1
pkgdesc="Command line tool to keep track of playlists"
arch=('any')
@@ -8,6 +8,8 @@ url="https://github.com/woefe/ytcc"
license=('GPL3')
depends=('python-click' 'youtube-dl' 'python-wcwidth')
optdepends=('mpv' 'fzf')
+conflicts=('ytcc')
+provides=('ytcc')
makedepends=('git' 'python-setuptools')
source=("$pkgname::git+https://github.com/woefe/ytcc.git")
sha256sums=('SKIP')