summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Popp2020-09-27 23:06:53 +0200
committerWolfgang Popp2020-09-27 23:06:53 +0200
commit44dbdefce7397e7b2539ec0d869c736fde4fffb4 (patch)
tree90ee14bb398359ab0f7a9e74eeba9dc0ea607a63
parentad3045bb472ad942568e6f2ef5d3409c2bc7217b (diff)
downloadaur-44dbdefce7397e7b2539ec0d869c736fde4fffb4.tar.gz
Remove superfluous gettext make dependency
Also bumped the version to latest git master.
-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')