Date: Tuesday, October 11, 2022 @ 06:02:09
  Author: arojas
Revision: 457546

upgpkg: cmark 0.30.2-1: Fix source url (FS#76155)

Modified:
  cmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 19:32:59 UTC (rev 457545)
+++ PKGBUILD    2022-10-11 06:02:09 UTC (rev 457546)
@@ -6,11 +6,11 @@
 pkgrel=1
 pkgdesc='CommonMark parsing and rendering library and program in C'
 arch=(x86_64)
-url='https://github.com/jgm/cmark'
+url='https://github.com/commonmark/cmark'
 license=('custom:BSD2')
 depends=(glibc)
 makedepends=(cmake python)
-source=(https://github.com/jgm/cmark/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(https://github.com/commonmark/cmark/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 
sha512sums=('aaa9b2103cf89c522f9b42a2b43c07ecf75e07eb42214c0be5de17682ea1faf9c85e3dd28fe91d446b69a34f9980bcab6e276a99b42540c40c9ee1481b3a0d17')
 
 build() {

Reply via email to