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

Antonio Rojas arojas at archlinux.org
Fri May 8 07:20:01 UTC 2020


    Date: Friday, May 8, 2020 @ 07:20:00
  Author: arojas
Revision: 625542

archrelease: copy trunk to community-x86_64

Added:
  benzene/repos/community-x86_64/PKGBUILD
    (from rev 625541, benzene/trunk/PKGBUILD)
Deleted:
  benzene/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-08 07:17:27 UTC (rev 625541)
+++ PKGBUILD	2020-05-08 07:20:00 UTC (rev 625542)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=benzene
-pkgver=20130630
-pkgrel=1
-pkgdesc="A program for the efficient generation of all nonisomorphic fusenes and benzenoids with a given number of faces"
-arch=(x86_64)
-url="http://www.grinvin.org/"
-license=(GPL2)
-depends=(glibc)
-source=("http://mirrors.mit.edu/sage/spkg/upstream/benzene/$pkgname-$pkgver.tar.bz2")
-sha256sums=('63e8662672a007f5b2a727df0ab0e38825c65229fd1060fbf5b5d87b3301e9c6')
-
-build() {
-  cd src
-  make
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/bin
-  cp src/$pkgname "$pkgdir"/usr/bin/
-}
-

Copied: benzene/repos/community-x86_64/PKGBUILD (from rev 625541, benzene/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-08 07:20:00 UTC (rev 625542)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=benzene
+pkgver=20130630
+pkgrel=2
+pkgdesc="A program for the efficient generation of all nonisomorphic fusenes and benzenoids with a given number of faces"
+arch=(x86_64)
+url="http://www.grinvin.org/"
+license=(GPL2)
+depends=(glibc)
+source=("https://mirrors.mit.edu/sage/spkg/upstream/benzene/$pkgname-$pkgver.tar.bz2")
+sha256sums=('63e8662672a007f5b2a727df0ab0e38825c65229fd1060fbf5b5d87b3301e9c6')
+
+build() {
+  cd src
+  make
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/bin
+  cp src/$pkgname "$pkgdir"/usr/bin/
+}



More information about the arch-commits mailing list