Date: Monday, July 18, 2022 @ 20:28:07
  Author: arojas
Revision: 1254466

archrelease: copy trunk to community-any

Added:
  python-podcastparser/repos/community-any/PKGBUILD
    (from rev 1254465, python-podcastparser/trunk/PKGBUILD)
Deleted:
  python-podcastparser/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-18 20:27:59 UTC (rev 1254465)
+++ PKGBUILD    2022-07-18 20:28:07 UTC (rev 1254466)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Jan Magnus Brevik <janmbre...@gmail.com>
-
-_pkgname=podcastparser
-pkgname=python-podcastparser
-pkgver=0.6.7
-pkgrel=3
-pkgdesc='Simplified, fast RSS parsing library in Python'
-arch=('any')
-url='https://github.com/gpodder/podcastparser'
-license=('ISC')
-depends=('python')
-checkdepends=('python-pytest-cov')
-source=("https://github.com/gpodder/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('852932b12545c866881eb6570fe59efe44fdbd02cc40726a88f1dbe2955da3fd')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-podcastparser/repos/community-any/PKGBUILD (from rev 1254465, 
python-podcastparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-07-18 20:28:07 UTC (rev 1254466)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan Magnus Brevik <janmbre...@gmail.com>
+
+_pkgname=podcastparser
+pkgname=python-podcastparser
+pkgver=0.6.8
+pkgrel=1
+pkgdesc='Simplified, fast RSS parsing library in Python'
+arch=('any')
+url='https://github.com/gpodder/podcastparser'
+license=('ISC')
+depends=('python')
+checkdepends=('python-pytest-cov')
+source=("https://github.com/gpodder/$_pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('2d8b37931457fd47d22beb5e9d22c2b71f37ea36472a51031748923e5af08ec2')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to