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

Antonio Rojas arojas at gemini.archlinux.org
Fri Sep 3 18:56:17 UTC 2021


    Date: Friday, September 3, 2021 @ 18:56:17
  Author: arojas
Revision: 1010684

Updated tarball (FS#72002)

Modified:
  buckygen/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-03 18:49:29 UTC (rev 1010683)
+++ PKGBUILD	2021-09-03 18:56:17 UTC (rev 1010684)
@@ -2,14 +2,14 @@
 
 pkgname=buckygen
 pkgver=1.1
-pkgrel=1
-pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
+pkgrel=2
+pkgdesc='A program for the efficient generation of all nonisomorphic fullerenes'
 arch=(x86_64)
-url="https://caagt.ugent.be/buckygen/"
+url='https://caagt.ugent.be/buckygen/'
 license=(GPL)
 depends=(glibc)
-source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
-sha256sums=('990335ef2ae7c59e94f4ecf4e08d39b15cbdf02bdee0a03e3db443a8abbe28ca')
+source=(https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip)
+sha256sums=('c151b33078913bed7f72977821d246c6dda5e01b64a53d963b5f95b65852e634')
 
 build() {
   cd $pkgname-$pkgver
@@ -20,4 +20,3 @@
   cd $pkgname-$pkgver
   install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
 }
-



More information about the arch-commits mailing list