[arch-commits] Commit in brial/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Nov 27 22:13:22 UTC 2017


    Date: Monday, November 27, 2017 @ 22:13:21
  Author: arojas
Revision: 270411

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
    (from rev 270410, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-27 22:12:55 UTC (rev 270410)
+++ PKGBUILD	2017-11-27 22:13:21 UTC (rev 270411)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=brial
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Library for polynomials over boolean rings"
-arch=(i686 x86_64)
-url="https://github.com/BRiAl/BRiAl"
-license=(GPL)
-depends=(python2 m4ri)
-makedepends=(boost)
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2")
-sha256sums=('02fee7495bf096391c0c73a20dccaae56b4939502317802eaf9006a7e652da50')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  cd sage-brial
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 270410, brial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-27 22:13:21 UTC (rev 270411)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=brial
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl"
+license=(GPL)
+depends=(python2 m4ri)
+makedepends=(boost)
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2")
+sha256sums=('4382ed615c4fbd3770d4b92c6a7dd0557b199ad98abe31a41442be8460de95ab')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  cd sage-brial
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list