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

Antonio Rojas arojas at archlinux.org
Sun Jan 31 14:01:33 UTC 2021


    Date: Sunday, January 31, 2021 @ 14:01:33
  Author: arojas
Revision: 838142

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++-------------------------------
 1 file changed, 23 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-31 14:01:22 UTC (rev 838141)
+++ PKGBUILD	2021-01-31 14:01:33 UTC (rev 838142)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=lrcalc
-pkgver=1.2
-pkgrel=4
-pkgdesc="Littlewood-Richardson calculator"
-arch=(x86_64)
-url="https://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"
-}

Copied: lrcalc/repos/community-x86_64/PKGBUILD (from rev 838141, lrcalc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-31 14:01:33 UTC (rev 838142)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=lrcalc
+pkgver=2.0
+pkgrel=1
+pkgdesc="Littlewood-Richardson calculator"
+arch=(x86_64)
+url="https://math.rutgers.edu/~asbuch/lrcalc/"
+license=(GPL2)
+depends=(glibc)
+source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz")
+sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list