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

Jelle van der Waa jelle at archlinux.org
Fri Nov 9 22:12:14 UTC 2018


    Date: Friday, November 9, 2018 @ 22:12:13
  Author: jelle
Revision: 404878

Fix source url

Switch to a real tar.gz download and fix the cd.

Modified:
  thebe/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-09 22:12:12 UTC (rev 404877)
+++ PKGBUILD	2018-11-09 22:12:13 UTC (rev 404878)
@@ -9,11 +9,11 @@
 arch=(any)
 license=(MIT)
 depends=()
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oreillymedia/thebe/archive/$_commit.zip")
-sha256sums=('cc1e407cbe0804f9644c207fecc074ed0fa389ba65f49da58e63fffe9bfe6923')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oreillymedia/thebe/archive/$_commit.tar.gz")
+sha256sums=('2d6b406718f6d5ce08271161247274831f44d286f4040b7ab5da570bbe4f5606')
 
 package() {
-  cd $pkgname-*
+  cd $pkgname-${_commit}*
   install -Dm644 static/main-built.js "$pkgdir"/usr/share/thebe/thebe.js
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list