[arch-commits] Commit in discount/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 28 08:33:45 UTC 2018
Date: Wednesday, February 28, 2018 @ 08:33:44
Author: arojas
Revision: 317613
archrelease: copy trunk to extra-x86_64
Added:
discount/repos/extra-x86_64/PKGBUILD
(from rev 317612, discount/trunk/PKGBUILD)
Deleted:
discount/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 68 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 33 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-28 08:33:12 UTC (rev 317612)
+++ PKGBUILD 2018-02-28 08:33:44 UTC (rev 317613)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski dot pl>
-# Contributor: Patrick McCarty <pnorcks at gmail dot com>
-
-pkgname=discount
-pkgver=2.2.2
-pkgrel=5
-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=('ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64')
-depends=(glibc)
-conflicts=(markdown)
-provides=(markdown)
-replaces=(markdown)
-
-prepare() {
- cd $pkgname-$pkgver
- sed -e '/test.*librarian.sh/d' -i configure.inc
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared --pkg-config
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install.everything "$pkgdir"/usr/lib/pkgconfig/libmarkdown.pc
- install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: discount/repos/extra-x86_64/PKGBUILD (from rev 317612, discount/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-02-28 08:33:44 UTC (rev 317613)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux at free.fr>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski dot pl>
+# Contributor: Patrick McCarty <pnorcks at gmail dot com>
+
+pkgname=discount
+pkgver=2.2.3
+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=('a8ffbcdaf03923fa6878dcd2373a0a2592975f6a3b137945097302ac623fe99c')
+depends=(glibc)
+conflicts=(markdown)
+provides=(markdown)
+replaces=(markdown)
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ # fix ldconfig call
+ sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh
+
+ make DESTDIR="$pkgdir" install.everything
+ install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list