summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")