[arch-commits] Commit in pelican/trunk (PKGBUILD)

Jiachen Yang farseerfc at gemini.archlinux.org
Sat Aug 27 15:16:10 UTC 2022


    Date: Saturday, August 27, 2022 @ 15:16:10
  Author: farseerfc
Revision: 1284816

upgpkg: pelican 4.8.0-1

Modified:
  pelican/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 14:05:58 UTC (rev 1284815)
+++ PKGBUILD	2022-08-27 15:16:10 UTC (rev 1284816)
@@ -3,8 +3,8 @@
 # Contributor: David Runge <dave at sleepmap.de>
 
 pkgname=pelican
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.8.0
+pkgrel=1
 pkgdesc="A tool to generate a static blog, with restructured text (or markdown) input files."
 arch=('any')
 url="https://blog.getpelican.com/"
@@ -29,7 +29,7 @@
             'pandoc: for pelican-import auto convert'
             'python-mdx-video: easier embedding of youtube videos in markdown')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/getpelican/pelican/archive/$pkgver.tar.gz")
-sha512sums=('d705768b20c715d623d1cdb949bbfa6b31c315e555f0f40b71f8ca55068bb4fb2073667df9f6b0dcc1c1164a27deccb74e0d2339ec554f5ccd2350c6b1e7b18e')
+sha512sums=('2e94eb88a836bcb430026463c0e7e906b7f065507e0d873b6e0fc980e271e6a8f2e62b22af4b61c963d90ef61d57787de20656fe7497b0ae14e93eff2d364f3b')
 
 build() {
     # sphinx tried to import pelican, make it happy
@@ -59,7 +59,7 @@
     ##  --exclude="test_basic_generation_works" # will only work with python-pygments==2.6.1
     ##  --exclude="test_custom_generation_works" # will only work with python-pygments==2.6.1
     LANG=en_US.UTF-8 nosetests \
-      --exclude="test_log_filter" \
+      --exclude="test_log_filter"  \
       --exclude="test_basic_generation_works" \
       --exclude="test_custom_generation_works"
 }



More information about the arch-commits mailing list