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

Antonio Rojas arojas at archlinux.org
Thu Sep 6 08:32:25 UTC 2018


    Date: Thursday, September 6, 2018 @ 08:32:24
  Author: arojas
Revision: 377379

archrelease: copy trunk to community-x86_64

Added:
  4ti2/repos/community-x86_64/PKGBUILD
    (from rev 377378, 4ti2/trunk/PKGBUILD)
Deleted:
  4ti2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-06 08:32:10 UTC (rev 377378)
+++ PKGBUILD	2018-09-06 08:32:24 UTC (rev 377379)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=4ti2
-pkgver=1.6.7
-pkgrel=1
-pkgdesc="A software package for algebraic, geometric and combinatorial problems on linear spaces"
-arch=(i686 x86_64)
-url="http://www.4ti2.de/"
-license=(GPL)
-depends=(glpk)
-source=("http://www.4ti2.de/version_$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('d4833a831d8d437f595d2e234a4471d7adbe1523fc63aa46cacea56af3e831bb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: 4ti2/repos/community-x86_64/PKGBUILD (from rev 377378, 4ti2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-06 08:32:24 UTC (rev 377379)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=4ti2
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="A software package for algebraic, geometric and combinatorial problems on linear spaces"
+arch=(x86_64)
+url="https://4ti2.github.io/"
+license=(GPL)
+depends=(glpk)
+source=("https://github.com/4ti2/4ti2/releases/download/Release_${pkgver//./_}/$pkgname-$pkgver.tar.gz")
+sha256sums=('3053e7467b5585ad852f6a56e78e28352653943e7249ad5e5174d4744d174966')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list