[arch-commits] Commit in sage-data-combinatorial_designs/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Oct 22 09:15:18 UTC 2016


    Date: Saturday, October 22, 2016 @ 09:15:17
  Author: arojas
Revision: 192964

Move files to the new expected location

Modified:
  sage-data-combinatorial_designs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-22 09:13:56 UTC (rev 192963)
+++ PKGBUILD	2016-10-22 09:15:17 UTC (rev 192964)
@@ -4,9 +4,9 @@
 _dbname=combinatorial_designs
 pkgname=sage-data-$_dbname
 pkgver=20140630
-pkgrel=1
+pkgrel=2
 pkgdesc="Data for Combinatorial Designs"
-arch=('any')
+arch=(any)
 url="http://www.sagemath.org"
 license=('custom:public domain')
 depends=()
@@ -16,6 +16,6 @@
 
 package() {
   cd $_dbname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/sage/$_dbname
-  install -m644 MOLS_table.txt "$pkgdir"/usr/share/sage/$_dbname
+  mkdir -p "$pkgdir"/usr/share/$_dbname
+  install -m644 MOLS_table.txt "$pkgdir"/usr/share/$_dbname
 }



More information about the arch-commits mailing list