~alpine/aports

main/yelp-xsl: upgrade to 3.16.1 v1 PROPOSED

Alan Lacerda: 1
 main/yelp-xsl: upgrade to 3.16.1

 1 files changed, 5 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2218/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] main/yelp-xsl: upgrade to 3.16.1 Export this patch

---
 main/yelp-xsl/APKBUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/main/yelp-xsl/APKBUILD b/main/yelp-xsl/APKBUILD
index e2df5ec..29ac8cd 100644
--- a/main/yelp-xsl/APKBUILD
+++ b/main/yelp-xsl/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=yelp-xsl
pkgver=3.14.0
pkgver=3.16.1
pkgrel=0
pkgdesc="A collection of programs and data files to help you build,maintain, and distribute documentation."
url="https://wiki.gnome.org/Apps/Yelp"
@@ -12,7 +12,7 @@ depends_dev=""
makedepends="intltool libxslt itstool"
install=""
subpackages=""
source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.14/$pkgname-$pkgver.tar.xz"
source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.16/$pkgname-$pkgver.tar.xz"

_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -36,6 +36,6 @@ package() {
	make DESTDIR="${pkgdir}" install || return 1
}

md5sums="8965c1363857f223a6b761af6a37363d  yelp-xsl-3.14.0.tar.xz"
sha256sums="8f5b6793cd600f8308e4ac93da68009169fa6d590eb71ed4a8e98bafe541a87e  yelp-xsl-3.14.0.tar.xz"
sha512sums="d5f2b1b937a6b0c3f016c60be15e485d42d301446fd9b235a572a796d08481ef3f5d0df47bb5a394eb624bfe0eca650358ea1a635bbbd33e64da8e2709863483  yelp-xsl-3.14.0.tar.xz"
md5sums="92871729425199f9a4374b8035f60a03  yelp-xsl-3.16.1.tar.xz"
sha256sums="3295eecc4b03d2a239f7a1bdf4a1311d34c46c3055e6535c1f72bb5a49b4174a  yelp-xsl-3.16.1.tar.xz"
sha512sums="a4a51cbb036d93ffd8884218bd659cc634c632399ec70409c6128627a0c854a5b0a33a5f584614106fa3600dca674a24b18a06a6752ee93c130bf261580a1ccc  yelp-xsl-3.16.1.tar.xz"
-- 
2.3.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
nice patch. hope patchwork likes it too.

On 22 April 2015 at 16:04, Alan Lacerda <alancordeiro@gmail.com> wrote: