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

Antonio Rojas arojas at archlinux.org
Sun Sep 20 07:51:53 UTC 2020


    Date: Sunday, September 20, 2020 @ 07:51:53
  Author: arojas
Revision: 710933

archrelease: copy trunk to community-x86_64

Added:
  cddlib/repos/community-x86_64/PKGBUILD
    (from rev 710932, cddlib/trunk/PKGBUILD)
Deleted:
  cddlib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-20 07:51:44 UTC (rev 710932)
+++ PKGBUILD	2020-09-20 07:51:53 UTC (rev 710933)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Rémy Oudompheng <remy at archlinux.org>
-
-pkgname=cddlib
-pkgver=0.94k
-pkgrel=1
-epoch=1
-pkgdesc="C library implementing Double Description Method for convex polyhedra"
-arch=(x86_64)
-url="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"
-license=(GPL)
-depends=(gmp)
-source=("https://github.com/cddlib/cddlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('de7397d7fe32758a6b53453a889ec7619b6c68a15d84eb132421f3d7d457be44')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cddlib/repos/community-x86_64/PKGBUILD (from rev 710932, cddlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-20 07:51:53 UTC (rev 710933)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=cddlib
+pkgver=0.94l
+pkgrel=1
+epoch=1
+pkgdesc="C library implementing Double Description Method for convex polyhedra"
+arch=(x86_64)
+url="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/cddlib/cddlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('1ef6b1ee44509a26d480cda699ca1a9a38ecc9a2aba5092dbd7390ca285769e0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list