summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYardena Cohen2022-01-27 02:05:00 -0800
committerYardena Cohen2022-01-27 02:05:00 -0800
commitaa87fea30cfcb11f2172de522be40966ee8705ea (patch)
tree4d98f61a845a9e06f1722592c075fc6295cf7058 /PKGBUILD
parente396c9c04bccd3f27557285105ad04057856ac80 (diff)
downloadaur-eml2mbox-git.tar.gz
makedepend on git
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")