summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012018-03-01 17:24:57 -0500
committersum012018-03-01 17:24:57 -0500
commita86b0593cc80f5ce6bcbe5760035c5369dec006c (patch)
treea716218f318fd6d568ce64ecfe3152463addceb9
parent9c8a751492d8b0e564fc59adda3483a2e7ed565e (diff)
downloadaur-a86b0593cc80f5ce6bcbe5760035c5369dec006c.tar.gz
v1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1abc9e2b4154..3fc5f5fb046b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buttercup-desktop
pkgdesc = Javascript Password Vault - Multi-Platform Desktop Application
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/buttercup/buttercup-desktop
arch = i686
@@ -14,9 +14,9 @@ pkgbase = buttercup-desktop
depends = alsa-lib
depends = libxss
depends = nss
- source = https://github.com/buttercup/buttercup-desktop/archive/v1.5.0.tar.gz
+ source = https://github.com/buttercup/buttercup-desktop/archive/v1.5.1.tar.gz
source = buttercup-desktop.desktop
- sha512sums = e70740cb437195a90cb0bc7470dcde26d4f71458201db52837c0bf8cd569ccc6578ee6969e4d96ebd7cadbe419b9994b165af9109d73d87bd7baf63d25056993
+ sha512sums = 70aa5278dc17ea5526604fb444b02a828a7c7ac1d59cbfefa639824c316f3db6122fe1ed4226a0e8e108384725f39e78c757d77c025db50b1fd65c1bd2411ce4
sha512sums = 7ecea9e3e00b3b967d669ddb1777f194c5a4ae3e7e6bd941831b9a594ddb5215d264e513d25203268a1de1fa684a2a9ec4642f32233c403b5e425ecf9e7ae988
pkgname = buttercup-desktop
diff --git a/PKGBUILD b/PKGBUILD
index ecc8817e816d..9d8ce9bf9e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sum01 <sum01@protonmail.com>
# Contributor: j1simon
pkgname=buttercup-desktop
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Javascript Password Vault - Multi-Platform Desktop Application'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('gtk2' 'gconf' 'libxtst' 'alsa-lib' 'libxss' 'nss')
makedepends=('npm' 'sed')
source=("https://github.com/buttercup/buttercup-desktop/archive/v$pkgver.tar.gz"
"buttercup-desktop.desktop")
-sha512sums=('e70740cb437195a90cb0bc7470dcde26d4f71458201db52837c0bf8cd569ccc6578ee6969e4d96ebd7cadbe419b9994b165af9109d73d87bd7baf63d25056993'
+sha512sums=('70aa5278dc17ea5526604fb444b02a828a7c7ac1d59cbfefa639824c316f3db6122fe1ed4226a0e8e108384725f39e78c757d77c025db50b1fd65c1bd2411ce4'
'7ecea9e3e00b3b967d669ddb1777f194c5a4ae3e7e6bd941831b9a594ddb5215d264e513d25203268a1de1fa684a2a9ec4642f32233c403b5e425ecf9e7ae988')
prepare() {
sed -i '/"rpm",/d' "$srcdir/$pkgname-$pkgver/package.json"