[arch-commits] Commit in discount/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Aug 17 17:42:12 UTC 2018


    Date: Friday, August 17, 2018 @ 17:42:11
  Author: arojas
Revision: 332115

archrelease: copy trunk to extra-x86_64

Added:
  discount/repos/extra-x86_64/PKGBUILD
    (from rev 332114, discount/trunk/PKGBUILD)
Deleted:
  discount/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-17 17:41:42 UTC (rev 332114)
+++ PKGBUILD	2018-08-17 17:42:11 UTC (rev 332115)
@@ -1,34 +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.3.a
-_pkgver=2.2.3a
-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=('75f5d5fda2e9607a5c77455296b41e5dd436389e20f35c37bea395d35aea0954')
-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
-}

Copied: discount/repos/extra-x86_64/PKGBUILD (from rev 332114, discount/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-17 17:42:11 UTC (rev 332115)
@@ -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.4
+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')
+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