~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/expat: new upstream version 2.1.1

Christian Kampka <christian@kampka.net>
Details
Message ID
<1458765941-21179-1-git-send-email-christian@kampka.net>
Sender timestamp
1458765941
DKIM signature
missing
Download raw message
Patch: +6 -6
---
 main/expat/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/expat/APKBUILD b/main/expat/APKBUILD
index 5076707..45f791f 100644
--- a/main/expat/APKBUILD
+++ b/main/expat/APKBUILD
@@ -1,20 +1,19 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=expat
pkgver=2.1.0
pkgrel=2
pkgver=2.1.1
pkgrel=0
pkgdesc="An XML Parser library written in C"
url="http://www.libexpat.org/"
arch="all"
license='MIT'
depends=
makedepends=
source="http://downloads.sourceforge.net/project/expat/expat/$pkgver/expat-$pkgver.tar.gz"
source="http://downloads.sourceforge.net/project/expat/expat/$pkgver/expat-$pkgver.tar.bz2"
subpackages="$pkgname-dev $pkgname-doc"

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
	cd "$_builddir"
	update_config_sub || return 1
	for i in "$srcdir"/*.patch; do
		[ -f "$i" ] || continue
		msg "Applying $i"
@@ -37,5 +36,6 @@ package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir/" install || return 1
}

md5sums="dd7dab7a5fea97d2a6a43f511449b7cd  expat-2.1.0.tar.gz"
md5sums="7380a64a8e3a9d66a9887b01d0d7ea81  expat-2.1.1.tar.bz2"
sha256sums="aff584e5a2f759dcfc6d48671e9529f6afe1e30b0cd6a4cec200cbe3f793de67  expat-2.1.1.tar.bz2"
sha512sums="088e2ef3434f2affd4fc79fe46f0e9826b9b4c3931ddc780cd18892f1cd1e11365169c6807f45916a56bb6abcc627dcd17a23f970be0bf464f048f5be2713628  expat-2.1.1.tar.bz2"
-- 
2.7.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)