summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 6 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26da8e4c2d4d..5b66ce44648f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = gpodder-git
pkgdesc = A podcast receiver/catcher
- pkgver = 3.10.11.r3.gc6860de1
- pkgrel = 3
+ pkgver = 3.10.17.r41.ge78f54b0
+ pkgrel = 2
url = http://gpodder.org/
arch = any
license = GPL3
makedepends = git
- makedepends = help2man
makedepends = intltool
depends = gtk3
depends = python-cairo
@@ -14,14 +13,6 @@ pkgbase = gpodder-git
depends = python-gobject
depends = python-mygpoclient
depends = python-podcastparser
- optdepends = ffmpeg: transcode audio files to mp3/ogg
- optdepends = gnome-bluetooth: transfer podcast via bluethooth
- optdepends = lame: converting ogg to mp3
- optdepends = libgpod: ipod sync support
- optdepends = mutagen: audio tagging
- optdepends = python-eyed3: mp3 player sync support
- optdepends = python-html5lib: clickable links in GTK UI show notes
- optdepends = webkit2gtk: HTML show notes
optdepends = youtube-dl: for Youtube-dl extension
provides = gpodder
conflicts = gpodder
diff --git a/PKGBUILD b/PKGBUILD
index e190ed412bf3..5c595a4e5d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,15 @@
# Contributor: Jan Magnus Brevik <janmbrevik@gmail.com>
pkgname=gpodder-git
-pkgver=3.10.11.r3.gc6860de1
-pkgrel=3
+pkgver=3.10.17.r41.ge78f54b0
+pkgrel=2
pkgdesc='A podcast receiver/catcher'
license=('GPL3')
arch=('any')
url='http://gpodder.org/'
depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient python-podcastparser)
-makedepends=(git help2man intltool)
-optdepends=('ffmpeg: transcode audio files to mp3/ogg'
- 'gnome-bluetooth: transfer podcast via bluethooth'
- 'lame: converting ogg to mp3'
- 'libgpod: ipod sync support'
- 'mutagen: audio tagging'
- 'python-eyed3: mp3 player sync support'
- 'python-html5lib: clickable links in GTK UI show notes'
- 'webkit2gtk: HTML show notes'
- 'youtube-dl: for Youtube-dl extension')
+makedepends=(git intltool)
+optdepends=('youtube-dl: for Youtube-dl extension')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("${pkgname%-*}::git+https://github.com/gpodder/gpodder.git")