summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c922d40a7550..4b9179479365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
gitname=eml2mbox
pkgname=${gitname}-git
-pkgver=21.67dd53a
+pkgver=29.0e7cb5e
pkgrel=1
pkgdesc="Converts a bunch of eml files into one mbox file"
arch=('any')
url="https://github.com/yardenac/${gitname}"
license=('LGPL2.1')
+makedepends=(git)
depends=('ruby')
conflicts=($gitname)
source=("git+$url.git")