summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-03-28 23:12:58 +0200
committerHyacinthe Cartiaux2017-03-28 23:12:58 +0200
commit73cfe6e0529981d75c21fbdd23ae5489f747aa68 (patch)
tree7c3c8ce3990828a51f7995684a7c6cd1ee827978
parent929f84a1f7723d25e61add702bb2fa07146c0845 (diff)
downloadaur-73cfe6e0529981d75c21fbdd23ae5489f747aa68.tar.gz
Update to 2.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7ebc4eae001..0210b6342d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 22:59:37 UTC 2016
+# Mon Mar 6 14:33:22 UTC 2017
pkgbase = discount
pkgdesc = A Markdown implementation written in C
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://www.pell.portland.or.us/~orc/Code/discount/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = discount
license = custom:BSD
provides = markdown
conflicts = markdown
- source = http://www.pell.portland.or.us/~orc/Code/discount/discount-2.2.1.tar.bz2
- sha256sums = 88458c7c2cfc870f8e6cf42b300408c112e05a45c88f8af35abb33de0e96fe0e
+ source = http://www.pell.portland.or.us/~orc/Code/discount/discount-2.2.2.tar.bz2
+ sha256sums = ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64
pkgname = discount
diff --git a/PKGBUILD b/PKGBUILD
index bec562cfbf6e..7e38441c89c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=discount
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="A Markdown implementation written in C"
arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@ license=('custom:BSD')
provides=('markdown')
conflicts=('markdown')
source=("http://www.pell.portland.or.us/~orc/Code/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('88458c7c2cfc870f8e6cf42b300408c112e05a45c88f8af35abb33de0e96fe0e')
+sha256sums=('ec7916731e3ef8516336333f8b7aa9e2af51e57c0017b1e03fa43f1ba6978f64')
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -e 's/m 444/m 644/g' -i configure.inc
- sed '1347d' -i configure.inc
+ sed '1375d' -i configure.inc
./configure.sh --prefix=/usr --enable-all-features --with-fenced-code --shared
make
}