~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
1

[alpine-aports] [PATCH] main/libtool: fix description ;)

Details
Message ID
<20170119141134.8285-1-valery.kartel@gmail.com>
Sender timestamp
1484835094
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 main/libtool/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD
index 9a40ee70de..e434a21d37 100644
--- a/main/libtool/APKBUILD
+++ b/main/libtool/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libtool
pkgver=2.4.6
pkgrel=1
pkgrel=2
pkgdesc="A generic library support script"
arch="all"
license='GPL'
@@ -33,7 +33,7 @@ package() {
}

libltdl() {
	pkgdesc="Runtime libraries for GNU Libtool Dynamic Module Loade"
	pkgdesc="Runtime libraries for GNU Libtool Dynamic Module Loader"
	depends=
	mkdir -p "$subpkgdir/usr/lib"
	mv "$pkgdir/usr/lib/libltdl.so"* "$subpkgdir/usr/lib/"
-- 
2.11.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<1484908413.8117.13.camel@gmail.com>
In-Reply-To
<20170119141134.8285-1-valery.kartel@gmail.com> (view parent)
Sender timestamp
1484908413
DKIM signature
missing
Download raw message
Hi,

On gio, 2017-01-19 at 16:11 +0200, Valery Kartel wrote:
> ---
>  main/libtool/APKBUILD | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/main/libtool/APKBUILD b/main/libtool/APKBUILD
> index 9a40ee70de..e434a21d37 100644
> --- a/main/libtool/APKBUILD
> +++ b/main/libtool/APKBUILD
> @@ -1,7 +1,7 @@
>  # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
>  pkgname=libtool
>  pkgver=2.4.6
> -pkgrel=1
> +pkgrel=2

commited without bumping pkgrel. We don't really need to rebuild the
package for this fix :-)

Thanks!

-|_eo
Reply to thread Export thread (mbox)