aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaustino Aguilar2017-08-31 07:22:06 -0500
committerFaustino Aguilar2017-08-31 07:22:06 -0500
commit3a42e76dba7dc42b8f6afcc362b2eb99fd2ae48c (patch)
tree0a73e67d85ef976b881e213b262755a4f8ac7b7f
parent0076c0461835724bcfc4c62aa49aaaa7b33f6d6f (diff)
downloadaur-3a42e76dba7dc42b8f6afcc362b2eb99fd2ae48c.tar.gz
Update dependencies.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7b5df72b1f7..77b8d49647a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = amber
- pkgdesc = Amber framework that makes interfacing with your file system and applications much smoother.
+ pkgdesc = An open source efficient, cohesive and fun web framework for the Crystal language
pkgver = 0.2.1
pkgrel = 1
url = https://github.com/amber-crystal/amber
@@ -8,6 +8,7 @@ pkgbase = amber
license = MIT
depends = crystal
depends = shards
+ depends = sqlite
source = https://github.com/amber-crystal/amber/archive/v0.2.1.tar.gz
sha256sums = b586ff61d0114bf0d463a429121d6e0b00ff7271baf540690c3d78239d653c56
diff --git a/PKGBUILD b/PKGBUILD
index 9958b25227b8..55ab2175234d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=amber
pkgver=0.2.1
pkgrel=1
-pkgdesc="Amber framework that makes interfacing with your file system and applications much smoother."
+pkgdesc="An open source efficient, cohesive and fun web framework for the Crystal language "
arch=(i686 x86_64)
url='https://github.com/amber-crystal/amber'
license=(MIT)
-depends=('crystal' 'shards')
+depends=('crystal' 'shards' 'sqlite')
source=("https://github.com/amber-crystal/amber/archive/v$pkgver.tar.gz")
sha256sums=('b586ff61d0114bf0d463a429121d6e0b00ff7271baf540690c3d78239d653c56')