summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-04-05 15:14:49 -0700
committeryar2015-06-15 19:32:57 -0700
commit806afb53185ab84d9772e417dd89a324f645a241 (patch)
tree316fa9f52162ff3773b9c78689855c68cedac56b
parent0013ef70d7adb4a0896711b6b39bfa7585e3bf9a (diff)
downloadaur-806afb53185ab84d9772e417dd89a324f645a241.tar.gz
recognize more file extensions
Microsoft stuff calls them ".MAI" but they're the same thing!
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855a46bfbb6e..05230d48191b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = eml2mbox
pkgdesc = Converts a bunch of eml files into one mbox file
- pkgver = 0.09
+ pkgver = 0.10
pkgrel = 1
url = https://github.com/yardenac/eml2mbox
arch = any
license = LGPL2.1
depends = ruby
source = https://github.com/yardenac/eml2mbox/blob/master/eml2mbox.rb
- md5sums = b1b532cdef73e3c52ef4b861a6bcbfe5
+ md5sums = 7c432b06b03f94d12074a947a1828f34
pkgname = eml2mbox
diff --git a/PKGBUILD b/PKGBUILD
index 3384b328ccbe..45fc4bb5cc87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=eml2mbox
-pkgver=0.09
+pkgver=0.10
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')
source=('https://github.com/yardenac/eml2mbox/blob/master/eml2mbox.rb')
-md5sums=('b1b532cdef73e3c52ef4b861a6bcbfe5')
+md5sums=('7c432b06b03f94d12074a947a1828f34')
package() {
install -Dm 755 eml2mbox.rb "${pkgdir}/usr/bin/eml2mbox"