Date: Friday, November 11, 2022 @ 14:15:13
  Author: alerque
Revision: 1346723

upgpkg: python-cmarkgfm 2022.10.27-1

Modified:
  python-cmarkgfm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-11 14:12:43 UTC (rev 1346722)
+++ PKGBUILD    2022-11-11 14:15:13 UTC (rev 1346723)
@@ -3,8 +3,8 @@
 
 pkgname=python-cmarkgfm
 _pyname=${pkgname#python-}
-pkgver=0.8.0
-pkgrel=3
+pkgver=2022.10.27
+pkgrel=1
 pkgdesc="Minimal bindings to GitHub's fork of cmark"
 url="https://github.com/theacodes/cmarkgfm";
 license=('MIT')
@@ -15,7 +15,7 @@
 # Upstream did not tag the version on GitHub to match PyPi, see 
https://github.com/theacodes/cmarkgfm/issues/51
 # 
source=("https://github.com/theacodes/cmarkgfm/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz";)
-sha512sums=('0f8f33306bbfbd4eec55e6a0f2379cd672a3f7e8072e013c454d7374f96e807dddaaf5dff277bf0d81751da2f4031b9d33eb86d8bbcd62ea0b8579f338d2fd94')
+sha512sums=('b5c1c622a7df9eb882bf152d98baeb61e9103f7683ec5d50e3eee1ada7caac2daf4e1e1e8c34566ab8c8e00136da9e65ae356e06e511da281b8de890aca85a86')
 
 prepare() {
   cd cmarkgfm-$pkgver

Reply via email to