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 99a66e415d80..78be1f0c1c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: fabon <syobon.hinata.public[at]gmail[dot]com>
pkgname='difftance-git'
pkgver=r5.25789f0
-pkgrel=1
+pkgrel=2
pkgdesc="A diff tool to show edit distance"
arch=('i686' 'x86_64')
url="https://github.com/fabon-f/difftance"
license=('MIT')
depends=('crystal')
-makedepends=('git' 'make')
+makedepends=('git' 'make' 'shards')
conflicts=('difftance-bin')
source=("${pkgname}::git+https://github.com/fabon-f/difftance.git")