summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2017-10-21 09:35:30 +0300
committerOliver Giles2017-10-21 09:35:30 +0300
commitbf108f89c1127f6f4719940ffc976b6cf57a324b (patch)
tree314ed5b336a1b23bd812c2ecd016e7996174fb29
parent45bdeb85b8b71afc69af145dc78fad8fb9b28936 (diff)
downloadaur-bf108f89c1127f6f4719940ffc976b6cf57a324b.tar.gz
update to version 0.5
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b5f03bc90d4..83d7526cf7bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Fri Jul 29 08:42:54 UTC 2016
+# Sat Oct 21 06:34:39 UTC 2017
pkgbase = wemed
pkgdesc = Multipart MIME (eml,mhtml,rf822) editor
- pkgver = 0.4
- pkgrel = 2
+ pkgver = 0.5
+ pkgrel = 1
url = http://wemed.ohwg.net
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
depends = gmime>=2.6
- depends = webkitgtk
+ depends = webkit2gtk
depends = hicolor-icon-theme
depends = desktop-file-utils
options = strip
- source = https://github.com/ohwgiles/wemed/archive/v0.4.tar.gz
- md5sums = 71c4e91cd087062f483bfc165f3d9f44
+ source = https://github.com/ohwgiles/wemed/archive/v0.5.tar.gz
+ md5sums = b99092bd2669f8beae0642111e8f1f22
pkgname = wemed
diff --git a/PKGBUILD b/PKGBUILD
index aff7c8090b1a..164b61fc6381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=wemed
-pkgver=0.4
-pkgrel=2
+pkgver=0.5
+pkgrel=1
pkgdesc="Multipart MIME (eml,mhtml,rf822) editor"
arch=('i686' 'x86_64')
url="http://wemed.ohwg.net"
license=('GPL3')
groups=()
-depends=('gmime>=2.6' 'webkitgtk' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('gmime>=2.6' 'webkit2gtk' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('cmake')
options=('strip')
source=("https://github.com/ohwgiles/wemed/archive/v$pkgver.tar.gz")
-md5sums=('71c4e91cd087062f483bfc165f3d9f44')
+md5sums=('b99092bd2669f8beae0642111e8f1f22')
build() {
cd "$srcdir/$pkgname-$pkgver"