summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-04-05 16:43:28 -0700
committeryar2015-06-15 19:32:57 -0700
commit5e4734bafacfe26d7ad5c107235776afa7efc261 (patch)
treeaacf5174b2ae7e29a0ead834fb64dc3dcf82000b
parent7083caeca2b2a14fe3702158057c17c080377817 (diff)
downloadaur-5e4734bafacfe26d7ad5c107235776afa7efc261.tar.gz
just skip the date field on ALL errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3b6de6bd73..a63bd5089031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = eml2mbox
pkgdesc = Converts a bunch of eml files into one mbox file
- pkgver = 0.12
+ pkgver = 0.13
pkgrel = 1
url = https://github.com/yardenac/eml2mbox
arch = any
license = LGPL2.1
depends = ruby>=2.0.0_p0-1
source = https://raw.github.com/yardenac/eml2mbox/master/eml2mbox.rb
- md5sums = a7fb51379b546d7ff33bdc9bcfdad190
+ md5sums = 8a95589e25211453282b0b94ea738407
pkgname = eml2mbox
diff --git a/PKGBUILD b/PKGBUILD
index 480193fa1b3c..4cc8ae2027a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=eml2mbox
-pkgver=0.12
+pkgver=0.13
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=('a7fb51379b546d7ff33bdc9bcfdad190')
+md5sums=('8a95589e25211453282b0b94ea738407')
package() {
install -Dm 755 eml2mbox.rb "${pkgdir}/usr/bin/eml2mbox"