summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabon2022-01-15 22:02:48 +0900
committerfabon2022-01-15 22:02:48 +0900
commit65cfb4df7812a580a94cdb085912eb73e38696cd (patch)
treeb7eb76bce087be39825533b34863c696fbee924f
parent319225d53d0ab905dc37797c5c07ce5cd87a3d7f (diff)
downloadaur-difftance-git.tar.gz
Add shards to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb51e92a77b6..68b210c00817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = difftance-git
pkgdesc = A diff tool to show edit distance
pkgver = r5.25789f0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fabon-f/difftance
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = make
+ makedepends = shards
depends = crystal
conflicts = difftance-bin
source = difftance-git::git+https://github.com/fabon-f/difftance.git
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")