summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Schürmann2018-06-04 20:16:23 +0200
committerJonas Schürmann2018-06-04 20:16:23 +0200
commita6c061b7851ee60897640a7a3d7cbe566759b419 (patch)
tree3abc593bf87c98185dded5a54d23bed73cc84423 /PKGBUILD
parent268df45903db105c84053d912e6d057f70eef1c8 (diff)
downloadaur-a6c061b7851ee60897640a7a3d7cbe566759b419.tar.gz
Fix LICENSE file source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d25cb0df082f..a3e977ac1d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: condy <condy0919[at]gmail[dot]com>
pkgname=psysh
pkgver=0.9.4
-pkgrel=3
+pkgrel=4
pkgdesc="PsySH is a runtime developer console, interactive debugger and REPL for PHP."
url="http://psysh.org"
arch=('x86_64' 'i686')
@@ -10,8 +10,10 @@ license=('MIT')
depends=('php')
provides=('psysh')
optdepends=('mariadb: mysql command support')
-source=("https://github.com/bobthecow/psysh/releases/download/v${pkgver}/psysh-v${pkgver}.tar.gz")
-sha256sums=('b891e8c306fba92b7ad630d1f5d9a6a6ef98cbb0533a17fd7ddf8e78cda0f140')
+source=("https://github.com/bobthecow/psysh/releases/download/v${pkgver}/psysh-v${pkgver}.tar.gz"
+ "https://raw.githubusercontent.com/bobthecow/psysh/v${pkgver}/LICENSE")
+sha256sums=('b891e8c306fba92b7ad630d1f5d9a6a6ef98cbb0533a17fd7ddf8e78cda0f140'
+ 'ea877138671d7068328bf698de950f09a13429ff49096202414472ffbdeeab66')
package() {
cd "${srcdir}"