Date: Tuesday, October 18, 2016 @ 18:24:07
  Author: arojas
Revision: 192539

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  fplll/repos/community-staging-i686/PKGBUILD
    (from rev 192538, fplll/trunk/PKGBUILD)
  fplll/repos/community-staging-x86_64/PKGBUILD
    (from rev 192538, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-staging-i686/PKGBUILD
  fplll/repos/community-staging-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   56 ++++++++++++++++++++++++++++++++++++
 community-staging-i686/PKGBUILD   |   27 -----------------
 community-staging-x86_64/PKGBUILD |   27 -----------------
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD     2016-10-18 18:23:32 UTC (rev 192538)
+++ community-staging-i686/PKGBUILD     2016-10-18 18:24:07 UTC (rev 192539)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll";
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-i686/PKGBUILD (from rev 192538, 
fplll/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-10-18 18:24:07 UTC (rev 192539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=fplll
+pkgver=5.0.3rc0
+pkgrel=2
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll";
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('b457c99950de200240596abf0368b70a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD   2016-10-18 18:23:32 UTC (rev 192538)
+++ community-staging-x86_64/PKGBUILD   2016-10-18 18:24:07 UTC (rev 192539)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=fplll
-pkgver=5.0.3rc0
-pkgrel=1
-pkgdesc="Lattice algorithms using floating-point arithmetic"
-arch=(i686 x86_64)
-url="https://github.com/fplll/fplll";
-license=(LGPL)
-depends=(mpfr qd)
-conflicts=(libfplll)
-replaces=(libfplll)
-source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('b457c99950de200240596abf0368b70a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 192538, 
fplll/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-18 18:24:07 UTC (rev 192539)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=fplll
+pkgver=5.0.3rc0
+pkgrel=2
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(i686 x86_64)
+url="https://github.com/fplll/fplll";
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('b457c99950de200240596abf0368b70a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to