summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c295e1b32b4..0c7d112476cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname=shards-git
-pkgver=v0.4.0.r0.gff83fe9
+pkgver=v0.5.0.r0.ga501f92
pkgrel=1
pkgdesc="The package manager for the Crystal language (git version)"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/ysbaddaden/shards"
license=('Apache')
conflicts=('shards')
provides=('shards')
-depends=('libyaml' 'git' 'libpcl' 'libunwind' 'libevent' 'gc')
+depends=('libyaml' 'git' 'libpcl' 'libevent' 'gc')
makedepends=('crystal')
source=("git+https://github.com/ysbaddaden/shards.git")