summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012018-10-03 21:13:28 -0400
committersum012018-10-03 21:13:28 -0400
commit1aef3a16e99abb2b84c74431da0b287f1457b48a (patch)
treeaebaf18878c73903fa9dec0dc155cfe01d16cd1e
parent8e94dfd19a4fdf40c2999e1b32ffaf10f52cd94b (diff)
downloadaur-1aef3a16e99abb2b84c74431da0b287f1457b48a.tar.gz
v1.10.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54a887ba028f..a30ddc11568e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = buttercup-desktop
pkgdesc = Javascript Password Vault - Multi-Platform Desktop Application
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://github.com/buttercup/buttercup-desktop
arch = i686
@@ -8,12 +8,11 @@ pkgbase = buttercup-desktop
license = GPL3
makedepends = npm
makedepends = sed
- depends = gtk2
- depends = gconf
+ depends = gtk3
depends = libxss
depends = nss
- source = buttercup-desktop-1.10.1.tar.gz::https://github.com/buttercup/buttercup-desktop/archive/v1.10.1.tar.gz
- sha512sums = 3ad16e451b58461671ab7b063cdaafe67ca9a60da4ffdcf0593118aaf238a3cd67af41e54dfd841ffaa708c32f7f462a2476d25a98acac967852410507339825
+ source = buttercup-desktop-1.10.2.tar.gz::https://github.com/buttercup/buttercup-desktop/archive/v1.10.2.tar.gz
+ sha512sums = 7fa0f089caa468e1770f2c1a890cff6fe6be94216fa6d1718c52e5bd22fc7f8947b50197bc88e0b0734b9b43b169ef4be0f3cb173ae72c2110c999c0346eb227
pkgname = buttercup-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 623acbc0eb4c..6a1e03eba210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: sum01 <sum01@protonmail.com>
# Contributor: j1simon
pkgname=buttercup-desktop
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc='Javascript Password Vault - Multi-Platform Desktop Application'
arch=('i686' 'x86_64')
url="https://github.com/buttercup/buttercup-desktop"
license=('GPL3')
-depends=('gtk2' 'gconf' 'libxss' 'nss')
+depends=('gtk3' 'libxss' 'nss')
makedepends=('npm' 'sed')
source=("$pkgname-$pkgver.tar.gz::https://github.com/buttercup/buttercup-desktop/archive/v$pkgver.tar.gz")
-sha512sums=('3ad16e451b58461671ab7b063cdaafe67ca9a60da4ffdcf0593118aaf238a3cd67af41e54dfd841ffaa708c32f7f462a2476d25a98acac967852410507339825')
+sha512sums=('7fa0f089caa468e1770f2c1a890cff6fe6be94216fa6d1718c52e5bd22fc7f8947b50197bc88e0b0734b9b43b169ef4be0f3cb173ae72c2110c999c0346eb227')
prepare() {
sed -i '/"rpm",/d' "$srcdir/$pkgname-$pkgver/package.json"
sed -i '/"AppImage",/d' "$srcdir/$pkgname-$pkgver/package.json"