diff options
Diffstat (limited to 'community/astyle/PKGBUILD')
-rw-r--r-- | community/astyle/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/astyle/PKGBUILD b/community/astyle/PKGBUILD index 0a7385d93..231621751 100644 --- a/community/astyle/PKGBUILD +++ b/community/astyle/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 34584 2010-12-09 23:29:27Z mherych $ +# $Id: PKGBUILD 56885 2011-10-16 05:34:00Z bpiotrowski $ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Contributor: Thomas Mader <thezema@gmail.com> # Contributor: Vinay S Shastry <vinayshastry@gmail.com> # Contributor: tardo <tardo@nagi-fanboi.net> pkgname=astyle -pkgver=2.01 +pkgver=2.02 pkgrel=1 pkgdesc="A Free, Fast and Small Automatic Formatter for C, C++, C#, and Java Source Code" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://sourceforge.net/projects/astyle/" license=('LGPL') depends=('gcc-libs') source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz) -md5sums=('e85b31972c532373a4054842e2149b34') +md5sums=('6ce1f5c766ba142f152dab4ddd1ee3b7') build() { cd $srcdir/$pkgname/build/gcc |