summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorerkin2020-01-05 20:43:00 +0300
committererkin2020-01-05 20:43:00 +0300
commit7377955eddf969388b8d40ec67a4059982afd7c9 (patch)
tree84c8dd9367ad94b89be0a0f5b9c4f792b60ad5e6
parent9daccbbaf12c4ff50b395eb146d39070600d612f (diff)
downloadaur-7377955eddf969388b8d40ec67a4059982afd7c9.tar.gz
Update Easy-ISLisp to v1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f309cac40dc..aac44983d86b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eisl
pkgdesc = Easy-ISLisp is an interpreter and compiler compatible with ISLisp standard.
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/sasagawa888/eisl
arch = x86_64
@@ -9,8 +9,9 @@ pkgbase = eisl
depends = sh
depends = gcc
depends = make
- source = https://github.com/sasagawa888/eisl/archive/v1.1.tar.gz
- sha256sums = fc1c3b000887cf82dc655df2d8cf13d2ae8c0ca221e03ff6501be019cd5a79c7
+ optdepends = edlis: editor for eisl
+ source = https://github.com/sasagawa888/eisl/archive/v1.2.tar.gz
+ sha256sums = ab7df7195b4e234196d5427ea5e0f1a3e8b44430b999fce66395f9350ddf8f9c
pkgname = eisl
diff --git a/PKGBUILD b/PKGBUILD
index 040a1ec3c20f..2f208c2b6616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Erkin Batu Altunbaş <erkin@sdf.org>
pkgname=eisl
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Easy-ISLisp is an interpreter and compiler compatible with ISLisp standard."
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ depends=("sh" "gcc" "make")
optdepends=("edlis: editor for eisl")
source=("https://github.com/sasagawa888/eisl/archive/v${pkgver}.tar.gz")
-sha256sums=('fc1c3b000887cf82dc655df2d8cf13d2ae8c0ca221e03ff6501be019cd5a79c7')
+sha256sums=('ab7df7195b4e234196d5427ea5e0f1a3e8b44430b999fce66395f9350ddf8f9c')
package()
{