summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012018-02-26 10:54:25 -0500
committersum012018-02-26 10:54:25 -0500
commit8ffd915683108f32a7467834ef7d335c993ba3c5 (patch)
tree753e11c531d80efa92aa4b7050bc0efd98acc722
parentdfe914c13d298e9e4c3669f8cb6a73ca36456b4f (diff)
downloadaur-8ffd915683108f32a7467834ef7d335c993ba3c5.tar.gz
v1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0fdda4053f6..8d4144f87c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buttercup-desktop
pkgdesc = Javascript Password Vault - Multi-Platform Desktop Application
- pkgver = 1.3.0
+ pkgver = 1.4.0
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.3.0.tar.gz
+ source = https://github.com/buttercup/buttercup-desktop/archive/v1.4.0.tar.gz
source = buttercup-desktop.desktop
- sha512sums = c52eebd6f9987d161fd9ffc4f0e5c8ba29fadc9834d594c555dcd417eec9fa354aee8d031c9b0a754515b9febcfe06c732b6b56311a6fdac2eb0973781287cc0
+ sha512sums = a0ae247bb0e382f9356cbddefb20bbcfb6b38f64e5b49a2cb836e9443b5366796b91c2adca92f72ca7a82cff57164958426eda964f70d7cd61f7231167f46b34
sha512sums = 7ecea9e3e00b3b967d669ddb1777f194c5a4ae3e7e6bd941831b9a594ddb5215d264e513d25203268a1de1fa684a2a9ec4642f32233c403b5e425ecf9e7ae988
pkgname = buttercup-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 7c4e571f9ea2..32ea33465fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sum01 <sum01@protonmail.com>
# Contributor: j1simon
pkgname=buttercup-desktop
-pkgver=1.3.0
+pkgver=1.4.0
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=('c52eebd6f9987d161fd9ffc4f0e5c8ba29fadc9834d594c555dcd417eec9fa354aee8d031c9b0a754515b9febcfe06c732b6b56311a6fdac2eb0973781287cc0'
+sha512sums=('a0ae247bb0e382f9356cbddefb20bbcfb6b38f64e5b49a2cb836e9443b5366796b91c2adca92f72ca7a82cff57164958426eda964f70d7cd61f7231167f46b34'
'7ecea9e3e00b3b967d669ddb1777f194c5a4ae3e7e6bd941831b9a594ddb5215d264e513d25203268a1de1fa684a2a9ec4642f32233c403b5e425ecf9e7ae988')
prepare() {
sed -i '/"rpm",/d' "$srcdir/$pkgname-$pkgver/package.json"