summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsum012018-02-23 08:35:14 -0500
committersum012018-02-23 08:35:14 -0500
commitdfe914c13d298e9e4c3669f8cb6a73ca36456b4f (patch)
tree7a33e0ddb40f6f5aae75fd5662da4e4d1ab8ea65 /PKGBUILD
parenteffc81729bcedc9c78bb116cd27c710658697103 (diff)
downloadaur-dfe914c13d298e9e4c3669f8cb6a73ca36456b4f.tar.gz
v1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fd2b209fe5f..7c4e571f9ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sum01 <sum01@protonmail.com>
# Contributor: j1simon
pkgname=buttercup-desktop
-pkgver=1.1.0
+pkgver=1.3.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=('3cccd33150a02bf80abdc61f6cef5a9ed63118d907705041c7e8907f4b6510baa5188ab13972ca9e0bdc0e60fb2e8ce586eda6660f59b77b7c5bfd70602278e0'
+sha512sums=('c52eebd6f9987d161fd9ffc4f0e5c8ba29fadc9834d594c555dcd417eec9fa354aee8d031c9b0a754515b9febcfe06c732b6b56311a6fdac2eb0973781287cc0'
'7ecea9e3e00b3b967d669ddb1777f194c5a4ae3e7e6bd941831b9a594ddb5215d264e513d25203268a1de1fa684a2a9ec4642f32233c403b5e425ecf9e7ae988')
prepare() {
sed -i '/"rpm",/d' "$srcdir/$pkgname-$pkgver/package.json"