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

Antonio Rojas arojas at archlinux.org
Wed May 30 21:35:28 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:35:27
  Author: arojas
Revision: 333522

archrelease: copy trunk to community-x86_64

Added:
  lrcalc/repos/community-x86_64/PKGBUILD
    (from rev 333521, lrcalc/trunk/PKGBUILD)
Deleted:
  lrcalc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:35:07 UTC (rev 333521)
+++ PKGBUILD	2018-05-30 21:35:27 UTC (rev 333522)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrcalc
-pkgver=1.2
-pkgrel=2
-pkgdesc="Littlewood-Richardson calculator"
-arch=('i686' 'x86_64')
-url="http://math.rutgers.edu/~asbuch/lrcalc/"
-license=('GPL2')
-depends=('glibc')
-source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz"
-	fix-include-syntax.patch::"https://bitbucket.org/asbuch/lrcalc/commits/226981a0/raw/")
-md5sums=('6bba16c0cca9debccd0af847bd3d4a23'
-         '9dd3a3b8323db94bd6ab6c31d1a8636d')
-
-prepare() {
-  cd $pkgname-$pkgver
-# Fix include syntax
-  patch -p1 -i ../fix-include-syntax.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: lrcalc/repos/community-x86_64/PKGBUILD (from rev 333521, lrcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 21:35:27 UTC (rev 333522)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrcalc
+pkgver=1.2
+pkgrel=3
+pkgdesc="Littlewood-Richardson calculator"
+arch=(x86_64)
+url="http://math.rutgers.edu/~asbuch/lrcalc/"
+license=(GPL2)
+depends=(glibc)
+source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz"
+	fix-include-syntax.patch::"https://bitbucket.org/asbuch/lrcalc/commits/226981a0/raw/")
+sha256sums=('792dd538a0d19698be2c5b8c138730bbb4820e8a44e03b001ae14bd5f1d7040b'
+            'd136bbf00b7f4427f1b7dc48f4dc5bc830e3af018c3bc44454c9dfb730f9acfa')
+
+prepare() {
+  cd $pkgname-$pkgver
+# Fix include syntax
+  patch -p1 -i ../fix-include-syntax.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list