Date: Monday, November 4, 2019 @ 14:53:22
  Author: felixonmars
Revision: 524084

archrelease: copy trunk to community-staging-any

Added:
  gpodder/repos/community-staging-any/
  gpodder/repos/community-staging-any/PKGBUILD
    (from rev 524083, gpodder/trunk/PKGBUILD)

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Copied: gpodder/repos/community-staging-any/PKGBUILD (from rev 524083, 
gpodder/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-11-04 14:53:22 UTC (rev 524084)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <[email protected]>
+
+pkgname=gpodder
+pkgver=3.10.11
+pkgrel=2
+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
+}

Reply via email to