summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012018-06-22 20:21:35 -0400
committersum012018-06-22 20:21:35 -0400
commitd395e18a904a7f531dc119854eb69c3dfdb9c7fc (patch)
tree0870d55094d8c169d3d751136a60336c66a0edc9
parentad8d89268d0e401558555efe11f44b7f1b81a509 (diff)
downloadaur-d395e18a904a7f531dc119854eb69c3dfdb9c7fc.tar.gz
v1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9616590806b..f6b0db52d4ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buttercup-desktop
pkgdesc = Javascript Password Vault - Multi-Platform Desktop Application
- pkgver = 1.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/buttercup/buttercup-desktop
arch = i686
@@ -14,8 +14,8 @@ pkgbase = buttercup-desktop
depends = alsa-lib
depends = libxss
depends = nss
- source = buttercup-desktop-1.7.1.tar.gz::https://github.com/buttercup/buttercup-desktop/archive/v1.7.1.tar.gz
- sha512sums = 7f54634f88004e88b1178b500ec372e78c859b15272111a480e8eb2bb5ef70b4fa6e0073d7718f5c6b0206ed6d7f3e697182f9fc9285c15273a24d57c7dd6235
+ source = buttercup-desktop-1.8.0.tar.gz::https://github.com/buttercup/buttercup-desktop/archive/v1.8.0.tar.gz
+ sha512sums = e0f851ad3bbc389d002f3d25c0662c29114d83a38ffee651d154594090742c907cf013c39cda1f22a00bc867c356ceac5e9f1bf8b6bcc84e26e1ba309d9bd107
pkgname = buttercup-desktop
diff --git a/PKGBUILD b/PKGBUILD
index aba2c60ad7be..6000fa437b61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sum01 <sum01@protonmail.com>
# Contributor: j1simon
pkgname=buttercup-desktop
-pkgver=1.7.1
+pkgver=1.8.0
pkgrel=1
pkgdesc='Javascript Password Vault - Multi-Platform Desktop Application'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('gtk2' 'gconf' 'libxtst' 'alsa-lib' 'libxss' 'nss')
makedepends=('npm' 'sed')
source=("$pkgname-$pkgver.tar.gz::https://github.com/buttercup/buttercup-desktop/archive/v$pkgver.tar.gz")
-sha512sums=('7f54634f88004e88b1178b500ec372e78c859b15272111a480e8eb2bb5ef70b4fa6e0073d7718f5c6b0206ed6d7f3e697182f9fc9285c15273a24d57c7dd6235')
+sha512sums=('e0f851ad3bbc389d002f3d25c0662c29114d83a38ffee651d154594090742c907cf013c39cda1f22a00bc867c356ceac5e9f1bf8b6bcc84e26e1ba309d9bd107')
prepare() {
sed -i '/"rpm",/d' "$srcdir/$pkgname-$pkgver/package.json"
sed -i '/"AppImage",/d' "$srcdir/$pkgname-$pkgver/package.json"