Date: Friday, April 14, 2017 @ 08:41:08 Author: lfleischer Revision: 223001
upgpkg: astyle 3.0-1 Upstream update. Modified: astyle/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-14 08:32:02 UTC (rev 223000) +++ PKGBUILD 2017-04-14 08:41:08 UTC (rev 223001) @@ -5,7 +5,8 @@ # Contributor: tardo <[email protected]> pkgname=astyle -pkgver=2.06 +pkgver=3.0 +_pkgver=3.0.0 pkgrel=1 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.' arch=('i686' 'x86_64') @@ -13,7 +14,7 @@ license=('LGPL') depends=('gcc-libs') source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz") -md5sums=('ff588e7fcede824591cf5b9085df109d') +md5sums=('c89f76229e6cf8c56df6b74aef9ed0bd') build() { cd "$srcdir/$pkgname/build/gcc" @@ -24,7 +25,7 @@ cd "$srcdir/$pkgname/build/gcc" install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle" - install -Dm0755 "bin/libastyle-${pkgver}.so" "$pkgdir/usr/lib/libastyle-${pkgver}.so" + install -Dm0755 "bin/libastyle.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}" # install documentation (implements FS#23290) install -d "$pkgdir/usr/share/doc/$pkgname/"
