summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f3c7a6b4af..51d43667192c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Jan 12 00:33:07 UTC 2016
+# Fri Jun 3 12:40:41 UTC 2016
pkgbase = mutt-vid
pkgdesc = Manage multiple sender accounts in mutt
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/protist/mutt-vid
arch = any
license = GPL3
depends = mutt
- source = https://github.com/protist/mutt-vid/archive/v1.0.tar.gz
- sha256sums = defcbf56b6fe071aa4dc4975ab24aefb4cedb0b55573f42f0322ff3e5102637d
+ source = https://github.com/protist/mutt-vid/archive/v1.1.tar.gz
+ sha256sums = 99aa654f10b9c1d6602bd85a5ee999db245d5e490b0cac6fd415f37c8da05ed1
pkgname = mutt-vid
diff --git a/PKGBUILD b/PKGBUILD
index 842e3be3630c..44988ebb6f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
pkgname=mutt-vid
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Manage multiple sender accounts in mutt'
url='https://github.com/protist/mutt-vid'
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
depends=('mutt')
source=("https://github.com/protist/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('defcbf56b6fe071aa4dc4975ab24aefb4cedb0b55573f42f0322ff3e5102637d')
+sha256sums=('99aa654f10b9c1d6602bd85a5ee999db245d5e490b0cac6fd415f37c8da05ed1')
package() {
cd "$pkgname-$pkgver"