[arch-commits] Commit in lrcalc/trunk (PKGBUILD)

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


    Date: Sunday, January 31, 2021 @ 14:01:22
  Author: arojas
Revision: 838141

Update to 2.0

Modified:
  lrcalc/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-31 13:58:20 UTC (rev 838140)
+++ PKGBUILD	2021-01-31 14:01:22 UTC (rev 838141)
@@ -1,24 +1,16 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=lrcalc
-pkgver=1.2
-pkgrel=4
+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"
-	fix-include-syntax.patch::"https://bitbucket.org/asbuch/lrcalc/commits/226981a0/raw/")
-sha256sums=('792dd538a0d19698be2c5b8c138730bbb4820e8a44e03b001ae14bd5f1d7040b'
-            'd136bbf00b7f4427f1b7dc48f4dc5bc830e3af018c3bc44454c9dfb730f9acfa')
+source=("https://math.rutgers.edu/~asbuch/lrcalc/$pkgname-$pkgver.tar.gz")
+sha256sums=('f05f16e51c45a35c1c24ef5f70fc3e822515b8de5d929b391801f68c493d5f43')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix include syntax
-  patch -p1 -i ../fix-include-syntax.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
@@ -27,5 +19,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list