summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9823773736bd..a3bd3a681e6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytcc-git
pkgdesc = Command line tool to keep track of playlists
- pkgver = r315.9fa47b9
+ pkgver = r340.25b1291
pkgrel = 1
url = https://github.com/woefe/ytcc
arch = any
@@ -12,6 +12,8 @@ pkgbase = ytcc-git
depends = python-wcwidth
optdepends = mpv
optdepends = fzf
+ provides = ytcc
+ conflicts = ytcc
source = ytcc-git::git+https://github.com/woefe/ytcc.git
sha256sums = SKIP
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')