[arch-commits] Commit in astyle/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Tue Nov 18 21:06:57 UTC 2014


    Date: Tuesday, November 18, 2014 @ 22:06:56
  Author: lfleischer
Revision: 122722

upgpkg: astyle 2.05-1

Upstream update.

Modified:
  astyle/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-18 20:40:34 UTC (rev 122721)
+++ PKGBUILD	2014-11-18 21:06:56 UTC (rev 122722)
@@ -6,8 +6,8 @@
 # Contributor: tardo <tardo at nagi-fanboi.net>
 
 pkgname=astyle
-pkgver=2.04
-pkgrel=2
+pkgver=2.05
+pkgrel=1
 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/astyle/'
@@ -14,7 +14,7 @@
 license=('LGPL')
 depends=('gcc-libs')
 source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
-md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
+md5sums=('3806526408bb08db795f0d4d35ef48e5')
 
 build() {
   cd "$srcdir/$pkgname/build/gcc"
@@ -25,7 +25,7 @@
   cd "$srcdir/$pkgname/build/gcc"
 
   install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
-  install -Dm0755 bin/libastyle.so "$pkgdir/usr/lib/libastyle.so"
+  install -Dm0755 "bin/libastyle-${pkgver}.so" "$pkgdir/usr/lib/libastyle-${pkgver}.so"
 
   # install documentation (implements FS#23290)
   install -d "$pkgdir/usr/share/doc/$pkgname/"



More information about the arch-commits mailing list