[arch-commits] Commit in astyle/repos/community-x86_64 (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Fri Jan 26 20:20:21 UTC 2018
Date: Friday, January 26, 2018 @ 20:20:20
Author: lfleischer
Revision: 287280
archrelease: copy trunk to community-x86_64
Added:
astyle/repos/community-x86_64/PKGBUILD
(from rev 287279, astyle/trunk/PKGBUILD)
Deleted:
astyle/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-26 20:20:14 UTC (rev 287279)
+++ PKGBUILD 2018-01-26 20:20:20 UTC (rev 287280)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Thomas Mader <thezema at gmail.com>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-
-pkgname=astyle
-pkgver=3.0.1
-_pkgver=3.0.1
-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/'
-license=('LGPL')
-depends=('gcc-libs')
-source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
-md5sums=('c301f09679efa2e1eb6e6b5fd33788b4')
-
-build() {
- cd "$srcdir/$pkgname/build/gcc"
- make release shared
-}
-
-package() {
- cd "$srcdir/$pkgname/build/gcc"
-
- install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
- install -Dm0755 "bin/libastyle.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}"
-
- # install documentation (implements FS#23290)
- install -d "$pkgdir/usr/share/doc/$pkgname/"
- for f in ../../doc/*.html; do
- install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
- done
-}
Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 287279, astyle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-26 20:20:20 UTC (rev 287280)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Thomas Mader <thezema at gmail.com>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+
+pkgname=astyle
+pkgver=3.1
+_pkgver=3.1.0
+pkgrel=1
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.'
+arch=('x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=("http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz")
+md5sums=('7712622f62661b1d8cb1062d7fedc390')
+
+build() {
+ cd "$srcdir/$pkgname/build/gcc"
+ make release shared
+}
+
+package() {
+ cd "$srcdir/$pkgname/build/gcc"
+
+ install -Dm0755 bin/astyle "$pkgdir/usr/bin/astyle"
+ install -Dm0755 "bin/libastyle.so.${_pkgver}" "$pkgdir/usr/lib/libastyle.so.${_pkgver}"
+
+ # install documentation (implements FS#23290)
+ install -d "$pkgdir/usr/share/doc/$pkgname/"
+ for f in ../../doc/*.html; do
+ install -m0644 "$f" "$pkgdir/usr/share/doc/$pkgname/"
+ done
+}
More information about the arch-commits
mailing list