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

Antonio Rojas arojas at archlinux.org
Wed May 30 21:05:15 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:05:11
  Author: arojas
Revision: 333507

Rebuild

Modified:
  buckygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:04:38 UTC (rev 333506)
+++ PKGBUILD	2018-05-30 21:05:11 UTC (rev 333507)
@@ -3,14 +3,14 @@
 
 pkgname=buckygen
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A program for the efficient generation of all nonisomorphic fullerenes"
-arch=('x86_64')
+arch=(x86_64)
 url="https://caagt.ugent.be/buckygen/"
-license=('GPL')
-depends=('glibc')
+license=(GPL)
+depends=(glibc)
 source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip")
-md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
+sha256sums=('eb5700fc44c5cebc2da6cb3c38cf55f4dc608fd830084fd3f92b0821afdc6ca9')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,8 +19,6 @@
 
 package() {
   cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin
-  cp $pkgname "$pkgdir"/usr/bin/
+  install -Dm755 $pkgname -t "$pkgdir"/usr/bin/
 }
 



More information about the arch-commits mailing list