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

Antonio Rojas arojas at archlinux.org
Wed Dec 6 15:35:44 UTC 2017


    Date: Wednesday, December 6, 2017 @ 15:35:43
  Author: arojas
Revision: 311692

conflicts+replaces markdown (FS#56610)

Modified:
  discount/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-06 14:30:19 UTC (rev 311691)
+++ PKGBUILD	2017-12-06 15:35:43 UTC (rev 311692)
@@ -5,7 +5,7 @@
 
 pkgname=discount
 pkgver=2.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='A Markdown implementation written in C'
 arch=(x86_64)
 url="https://www.pell.portland.or.us/~orc/Code/discount/"
@@ -13,6 +13,9 @@
 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



More information about the arch-commits mailing list