summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2022-01-27 02:05:00 -0800
committerYardena Cohen2022-01-27 02:05:00 -0800
commitaa87fea30cfcb11f2172de522be40966ee8705ea (patch)
tree4d98f61a845a9e06f1722592c075fc6295cf7058
parente396c9c04bccd3f27557285105ad04057856ac80 (diff)
downloadaur-eml2mbox-git.tar.gz
makedepend on git
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31e7df2cf020..f5606f4c97b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = eml2mbox-git
pkgdesc = Converts a bunch of eml files into one mbox file
- pkgver = 21.67dd53a
+ pkgver = 29.0e7cb5e
pkgrel = 1
url = https://github.com/yardenac/eml2mbox
arch = any
license = LGPL2.1
- depends = ruby>=2.0.0_p0-1
+ makedepends = git
+ depends = ruby
+ conflicts = eml2mbox
source = git+https://github.com/yardenac/eml2mbox.git
sha512sums = SKIP
pkgname = eml2mbox-git
-
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")