Skip to content

Instantly share code, notes, and snippets.

@oz

oz/v0.11.patch Secret

Created June 25, 2018 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oz/0d56eb2f32d66cb938399777e9e035dc to your computer and use it in GitHub Desktop.
Save oz/0d56eb2f32d66cb938399777e9e035dc to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index ec402ce..70010bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Cristofaro <david@dtcristo.com>
pkgname=lucky
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc='A web framework written in Crystal that helps you build apps quickly, catches bugs for you, and runs incredibly fast'
arch=('x86_64')
@@ -8,11 +8,11 @@ url='https://luckyframework.org/'
license=('MIT')
depends=('crystal' 'shards')
source=("lucky_cli-$pkgver.tar.gz::https://github.com/luckyframework/lucky_cli/archive/v$pkgver.tar.gz")
-sha256sums=('614e23574b9643290f1edea32aa69e6f89b5e2d3c3952234ef4d80c7e00a3f9b')
+sha256sums=('8883923ecce4b862b42099e90d027bebaf4d79bdd207c59af4fdb64a587301a9')
build() {
cd "lucky_cli-$pkgver"
- crystal deps
+ shards install
crystal build src/lucky.cr --release --no-debug
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment