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

Antonio Rojas arojas at archlinux.org
Sun May 12 15:17:04 UTC 2019


    Date: Sunday, May 12, 2019 @ 15:17:03
  Author: arojas
Revision: 353133

Update to 2.2.6

Modified:
  discount/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-12 15:06:39 UTC (rev 353132)
+++ PKGBUILD	2019-05-12 15:17:03 UTC (rev 353133)
@@ -4,14 +4,14 @@
 # Contributor: Patrick McCarty <pnorcks at gmail dot com>
 
 pkgname=discount
-pkgver=2.2.4
+pkgver=2.2.6
 pkgrel=1
 pkgdesc='A Markdown implementation written in C'
 arch=(x86_64)
 url="https://www.pell.portland.or.us/~orc/Code/discount/"
 license=('custom:BSD')
-source=("http://www.pell.portland.or.us/~orc/Code/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('74fd1e3cc2b4eacf7325d3fd89df38b589db60d5dd0f4f14a0115f7da5e230a5')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Orc/discount/archive/v$pkgver.tar.gz")
+sha256sums=('0beb98a66a6e38ed125e2d0a161ff6b461f6a38538bb72498766f376c94a0ad3')
 depends=(glibc)
 conflicts=(markdown)
 provides=(markdown)
@@ -20,7 +20,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
-  make
+  make -j1
 }
 
 package() {



More information about the arch-commits mailing list