summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2016-07-29 11:43:27 +0300
committerOliver Giles2016-07-29 11:43:27 +0300
commit45bdeb85b8b71afc69af145dc78fad8fb9b28936 (patch)
tree256c7aa136feba7d6936d2c8a15be796be5d8e7d
parent154431d1884be868780ad7231a3c10f1d15fbf18 (diff)
downloadaur-45bdeb85b8b71afc69af145dc78fad8fb9b28936.tar.gz
fix hash mismatch, remove install file (hooks)
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--wemed.install14
3 files changed, 7 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59f3488ed160..9b5f03bc90d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 08:56:47 UTC 2016
+# Fri Jul 29 08:42:54 UTC 2016
pkgbase = wemed
pkgdesc = Multipart MIME (eml,mhtml,rf822) editor
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = http://wemed.ohwg.net
- install = wemed.install
arch = i686
arch = x86_64
license = GPL3
@@ -15,8 +14,8 @@ pkgbase = wemed
depends = hicolor-icon-theme
depends = desktop-file-utils
options = strip
- source = https://github.com/ohwgiles/wemed/archive/v0.4.zip
- md5sums = 7f0236d93e8adc6bf83e53b810d54ccd
+ source = https://github.com/ohwgiles/wemed/archive/v0.4.tar.gz
+ md5sums = 71c4e91cd087062f483bfc165f3d9f44
pkgname = wemed
diff --git a/PKGBUILD b/PKGBUILD
index 3de28791f642..aff7c8090b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=wemed
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Multipart MIME (eml,mhtml,rf822) editor"
arch=('i686' 'x86_64')
url="http://wemed.ohwg.net"
@@ -10,9 +10,8 @@ groups=()
depends=('gmime>=2.6' 'webkitgtk' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('cmake')
options=('strip')
-source=("https://github.com/ohwgiles/wemed/archive/v$pkgver.zip")
-install=wemed.install
-md5sums=('7f0236d93e8adc6bf83e53b810d54ccd')
+source=("https://github.com/ohwgiles/wemed/archive/v$pkgver.tar.gz")
+md5sums=('71c4e91cd087062f483bfc165f3d9f44')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/wemed.install b/wemed.install
deleted file mode 100644
index c06a634b9787..000000000000
--- a/wemed.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}