summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cc8ae2027a7..b912d0d33313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=eml2mbox
-pkgver=0.13
+pkgver=0.14
pkgrel=1
pkgdesc="Converts a bunch of eml files into one mbox file"
arch=('any')
@@ -7,7 +7,7 @@ url="https://github.com/yardenac/eml2mbox"
license=('LGPL2.1')
depends=('ruby>=2.0.0_p0-1')
source=('https://raw.github.com/yardenac/eml2mbox/master/eml2mbox.rb')
-md5sums=('8a95589e25211453282b0b94ea738407')
+md5sums=('0449ec5a9a6be1459a98354c64c2f9d8')
package() {
install -Dm 755 eml2mbox.rb "${pkgdir}/usr/bin/eml2mbox"