summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2015-09-28 18:39:38 +0200
committerJonne Haß2015-09-28 18:39:38 +0200
commit15efab4741b9a906877f53ee6459750350f69ef0 (patch)
tree0b954e5952e2b80bc352f1513a8958b9f20ecb08 /PKGBUILD
parentbc1bd64ad991019e21a9e327a58cc1537a5aad1a (diff)
downloadaur-15efab4741b9a906877f53ee6459750350f69ef0.tar.gz
shards-git: drop libunwind dependency
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")