summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade7ddaa47bc..c49d44b238b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = ytcc-git
pkgdesc = Command line tool to keep track of playlists
- pkgver = r229.f067673
+ pkgver = r283.d97eebd
pkgrel = 1
url = https://github.com/woefe/ytcc
arch = any
license = GPL3
makedepends = git
- makedepends = gettext
makedepends = python-setuptools
depends = python-click
depends = youtube-dl
diff --git a/PKGBUILD b/PKGBUILD
index b8f6bf4c979d..c322636d8b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wolfgang Popp <mail@wolfgang-popp.de>
pkgname=ytcc-git
-pkgver=r229.f067673
+pkgver=r283.d97eebd
pkgrel=1
pkgdesc="Command line tool to keep track of playlists"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/woefe/ytcc"
license=('GPL3')
depends=('python-click' 'youtube-dl')
optdepends=('mpv')
-makedepends=('git' 'gettext' 'python-setuptools')
+makedepends=('git' 'python-setuptools')
source=("$pkgname::git+https://github.com/woefe/ytcc.git")
sha256sums=('SKIP')