summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012017-07-18 17:33:26 -0400
committersum012017-07-18 17:33:26 -0400
commita1ebe2d40b5319632d44cd919eaf91429558b0a9 (patch)
tree8530baa9d7b8790bc4e869feb6c9dc22671d01a5
parentec00feb8e97a13e4f8e2338a9cfe07ec4e30a0c0 (diff)
downloadaur-a1ebe2d40b5319632d44cd919eaf91429558b0a9.tar.gz
v0.18.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36824501130d..a6aa14640d2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buttercup-desktop
pkgdesc = Javascript Password Vault - Multi-Platform Desktop Application
- pkgver = 0.18.0
- pkgrel = 2
+ pkgver = 0.18.1
+ pkgrel = 1
url = https://github.com/buttercup/buttercup-desktop
arch = i686
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = buttercup-desktop
depends = alsa-lib
depends = libxss
depends = nss
- source = https://github.com/buttercup/buttercup-desktop/archive/v0.18.0.tar.gz
+ source = https://github.com/buttercup/buttercup-desktop/archive/v0.18.1.tar.gz
source = buttercup-desktop.desktop
- sha512sums = 736fe9506e3512f86d69ad523ea6f7b6dd53865779b28588eb8c4fc34e6b6773df76b404501e087a3b8c4d37a8446496404af9645f827083f65fda56e83bd866
+ sha512sums = e42bfccf040eddc178acff9e6c0a1da076904fdc3ad0a3cf6e4ef0f4bfce9b99379df407b8c908d61378fe9223c72725620ca0683b6a25f7ca25972e83dc86dd
sha512sums = 29ffc70d18e05639a67f03d79023ce899f82b7ad04ea239518b7b1809c147ecbe86ecc8f72551828b4df35781e2c0803440e688d751ef2e0e8c537112d7d70b9
pkgname = buttercup-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 86f071f6480b..c1452c68186f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: sum01 <sum01@protonmail.com>
# Contributor: j1simon
pkgname=buttercup-desktop
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.18.1
+pkgrel=1
pkgdesc='Javascript Password Vault - Multi-Platform Desktop Application'
arch=('i686' 'x86_64')
url="https://github.com/buttercup/buttercup-desktop"
@@ -11,8 +11,8 @@ 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=('736fe9506e3512f86d69ad523ea6f7b6dd53865779b28588eb8c4fc34e6b6773df76b404501e087a3b8c4d37a8446496404af9645f827083f65fda56e83bd866'
-'29ffc70d18e05639a67f03d79023ce899f82b7ad04ea239518b7b1809c147ecbe86ecc8f72551828b4df35781e2c0803440e688d751ef2e0e8c537112d7d70b9')
+sha512sums=('e42bfccf040eddc178acff9e6c0a1da076904fdc3ad0a3cf6e4ef0f4bfce9b99379df407b8c908d61378fe9223c72725620ca0683b6a25f7ca25972e83dc86dd'
+ '29ffc70d18e05639a67f03d79023ce899f82b7ad04ea239518b7b1809c147ecbe86ecc8f72551828b4df35781e2c0803440e688d751ef2e0e8c537112d7d70b9')
prepare(){
sed -i '/"rpm",/d' "$srcdir/$pkgname-$pkgver/package.json"
sed -i '/"AppImage",/d' "$srcdir/$pkgname-$pkgver/package.json"