summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleh Prypin2016-03-22 00:08:02 +0200
committerOleh Prypin2016-03-22 00:08:02 +0200
commit429f4e86f75eee29edccb763753c4ae839d6d055 (patch)
treedf450f4971f1e65d2cfe3b93d88e7a81a9d55e57
parent3d67961b6651e8d0d7e80acb7d8a3e3a6f783522 (diff)
downloadaur-429f4e86f75eee29edccb763753c4ae839d6d055.tar.gz
Update to 0.2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cda19543faba..e0c066adce32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Mar 20 15:22:13 UTC 2016
+# Mon Mar 21 22:07:05 UTC 2016
pkgbase = crystal-icr
pkgdesc = Interactive console for Crystal programming language
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/greyblake/crystal-icr
arch = i686
arch = x86_64
- license = unknown
+ license = LGPL
depends = crystal
depends = readline
- source = https://github.com/greyblake/crystal-icr/archive/v0.2.4.tar.gz
- sha256sums = 95c9b49532dc1914d34fa1daed23574f62c87ef1c2a0967f4044ede07450f488
+ source = https://github.com/greyblake/crystal-icr/archive/v0.2.5.tar.gz
+ sha256sums = a35b7fe72a164bfe424d406e83d91e9ee6ac08793be1e4933a4a5f6ce6a2c806
pkgname = crystal-icr
diff --git a/PKGBUILD b/PKGBUILD
index 67bf33beb408..2b7f20929ab0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oleh Prypin <aur@blaxpirit.com>
pkgname=crystal-icr
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="Interactive console for Crystal programming language"
arch=('i686' 'x86_64')
url='https://github.com/greyblake/crystal-icr'
-license=('unknown')
+license=('LGPL')
depends=('crystal' 'readline')
source=("https://github.com/greyblake/crystal-icr/archive/v$pkgver.tar.gz")
-sha256sums=('95c9b49532dc1914d34fa1daed23574f62c87ef1c2a0967f4044ede07450f488')
+sha256sums=('a35b7fe72a164bfe424d406e83d91e9ee6ac08793be1e4933a4a5f6ce6a2c806')
build() {
cd "$pkgname-$pkgver"
@@ -17,7 +17,7 @@ build() {
check() {
cd "$pkgname-$pkgver"
- make test || true # TODO remove when tests pass
+ make test
}
package() {