[arch-commits] Commit in gpodder/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Oct 4 16:20:07 UTC 2019
Date: Friday, October 4, 2019 @ 16:20:07
Author: bgyorgy
Revision: 512832
archrelease: copy trunk to community-any
Added:
gpodder/repos/community-any/PKGBUILD
(from rev 512831, gpodder/trunk/PKGBUILD)
Deleted:
gpodder/repos/community-any/PKGBUILD
----------+
PKGBUILD | 49 +++++++++++++++++++++++++------------------------
1 file changed, 25 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 16:20:04 UTC (rev 512831)
+++ PKGBUILD 2019-10-04 16:20:07 UTC (rev 512832)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
-
-pkgname=gpodder
-pkgver=3.10.9
-pkgrel=1
-pkgdesc='Podcast client written in Python using GTK+'
-arch=(any)
-url='https://gpodder.github.io/'
-license=(GPL3)
-depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient python-podcastparser)
-makedepends=(intltool)
-source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ab7eab4e9e63556c463a9efdcf0b26069f56c047d7cef7fd22931b71ba025dbf')
-
-build() {
- cd $pkgname-$pkgver
- make messages
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: gpodder/repos/community-any/PKGBUILD (from rev 512831, gpodder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-04 16:20:07 UTC (rev 512832)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
+
+pkgname=gpodder
+pkgver=3.10.11
+pkgrel=1
+pkgdesc='Podcast client written in Python using GTK+'
+arch=(any)
+url='https://gpodder.github.io/'
+license=(GPL3)
+depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient python-podcastparser)
+makedepends=(intltool)
+optdepends=('youtube-dl: for Youtube-dl extension')
+source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('eaa5b0b74ba00699342dbf317d52f1c4e52d77b7313fc9144cd01eea68b314cc')
+
+build() {
+ cd $pkgname-$pkgver
+ make messages
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list