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

Antonio Rojas arojas at archlinux.org
Tue Nov 5 09:22:11 UTC 2019


    Date: Tuesday, November 5, 2019 @ 09:22:10
  Author: arojas
Revision: 524179

Update to 1.1, use system build flags

Modified:
  buckygen/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 09:03:35 UTC (rev 524178)
+++ PKGBUILD	2019-11-05 09:22:10 UTC (rev 524179)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=buckygen
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
 pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
 arch=(x86_64)
 url="https://caagt.ugent.be/buckygen/"
@@ -9,11 +9,11 @@
 license=(GPL)
 depends=(glibc)
 source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
-sha256sums=('eb5700fc44c5cebc2da6cb3c38cf55f4dc608fd830084fd3f92b0821afdc6ca9')
+sha256sums=('990335ef2ae7c59e94f4ecf4e08d39b15cbdf02bdee0a03e3db443a8abbe28ca')
 
 build() {
   cd $pkgname-$pkgver
-  make
+  make CC="gcc ${CFLAGS} ${LDFLAGS}"
 }
 
 package() {



More information about the arch-commits mailing list