[arch-commits] Commit in gpodder/repos/community-any (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Apr 17 16:44:29 UTC 2019


    Date: Wednesday, April 17, 2019 @ 16:44:28
  Author: bgyorgy
Revision: 451876

archrelease: copy trunk to community-any

Added:
  gpodder/repos/community-any/PKGBUILD
    (from rev 451875, gpodder/trunk/PKGBUILD)
Deleted:
  gpodder/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-17 16:44:23 UTC (rev 451875)
+++ PKGBUILD	2019-04-17 16:44:28 UTC (rev 451876)
@@ -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.7
-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=('85a7beec3f63c6768c811482ad6e934b0527c29f03e903ca0f82d2e764cdad76')
-
-build() {
-  cd $pkgname-$pkgver
-  make messages
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gpodder/repos/community-any/PKGBUILD (from rev 451875, gpodder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-17 16:44:28 UTC (rev 451876)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbrevik at gmail.com>
+
+pkgname=gpodder
+pkgver=3.10.8
+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=('eb84826194a15749ea8ea5b3e739b98a8f4f524907d0ebd0947cc484fa84f258')
+
+build() {
+  cd $pkgname-$pkgver
+  make messages
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list