Date: Tuesday, June 18, 2019 @ 23:46:03 Author: bgyorgy Revision: 482238
archrelease: copy trunk to community-any Added: gpodder/repos/community-any/PKGBUILD (from rev 482237, gpodder/trunk/PKGBUILD) Deleted: gpodder/repos/community-any/PKGBUILD ----------+ PKGBUILD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-06-18 23:46:00 UTC (rev 482237) +++ PKGBUILD 2019-06-18 23:46:03 UTC (rev 482238) @@ -1,24 +0,0 @@ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Jan Magnus Brevik <janmbre...@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 -} Copied: gpodder/repos/community-any/PKGBUILD (from rev 482237, gpodder/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-06-18 23:46:03 UTC (rev 482238) @@ -0,0 +1,24 @@ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Jan Magnus Brevik <janmbre...@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 +}