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

Brett Cornwall ainola at archlinux.org
Thu Jan 3 03:51:38 UTC 2019


    Date: Thursday, January 3, 2019 @ 03:51:37
  Author: ainola
Revision: 420298

scdoc: add LDFLAGS="$LDFLAGS" for now

Modified:
  scdoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 01:12:21 UTC (rev 420297)
+++ PKGBUILD	2019-01-03 03:51:37 UTC (rev 420298)
@@ -1,4 +1,4 @@
-# Maintainer: Ainola
+# Maintainer: Ainola <ainola at archlinux.org>
 # Contributor: Drew DeVault
 
 pkgname=scdoc
@@ -5,7 +5,7 @@
 pkgver=1.6.0
 pkgrel=2
 license=('MIT')
-pkgdesc='tool for generating roff manual pages'
+pkgdesc='Tool for generating roff manual pages'
 arch=('x86_64')
 url='https://git.sr.ht/~sircmpwn/scdoc/'
 source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz")
@@ -13,7 +13,7 @@
 
 build() {
     cd "$pkgname-$pkgver"
-    make PREFIX=/usr
+    make PREFIX=/usr LDFLAGS="$LDFLAGS"
 }
 
 check() {



More information about the arch-commits mailing list