summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-09-08 11:16:28 +0200
committerHyacinthe Cartiaux2017-09-08 11:16:28 +0200
commit202bab8aac19a8e82bc1be5fb59991d8ac8c8972 (patch)
tree555fb25bc81f1236cca0cdefb77b52260c27bd37 /PKGBUILD
parent73cfe6e0529981d75c21fbdd23ae5489f747aa68 (diff)
downloadaur-discount.tar.gz
Pkgrel bump: implement the suggested improvements from the latest comments
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e38441c89c2..1f4f0e937b8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=discount
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Markdown implementation written in C"
arch=('i686' 'x86_64')
url="https://www.pell.portland.or.us/~orc/Code/discount/"
@@ -17,8 +17,8 @@ sha256sums=('ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64')
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -e 's/m 444/m 644/g' -i configure.inc
- sed '1375d' -i configure.inc
- ./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
+ sed -e '/test.*librarian.sh/d' -i configure.inc
+ ./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared --pkg-config
make
}