summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302017-02-06 21:53:40 +0100
committerM0Rf302017-02-06 21:53:40 +0100
commitf6d64a45341948e1bba474160e515ae6c8fec724 (patch)
treef591058a4fa4d8fd533a064116540e200fdaf31c /PKGBUILD
parent4185910c568de92d16d6b28401a39bf0f463ed5a (diff)
downloadaur-f6d64a45341948e1bba474160e515ae6c8fec724.tar.gz
removed electron036 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8966a39ac3d8..b38e4f1a9470 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=openbazaar
pkgver=1.1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Front-end Electron application for talking with the OpenBazaar daemon"
arch=(any)
url="http://openbazaar.org"
license=('MIT')
-depends=(electron037)
+depends=(electron)
makedepends=(npm asar)
source=(
"https://github.com/OpenBazaar/OpenBazaar-Client/archive/v$pkgver.tar.gz"
@@ -42,6 +42,6 @@ msg2 "Installing icons and desktop menu entry"
install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/openbazaar.desktop
}
-md5sums=('d11190d4b03dcc86c306e695cd48bb47'
- 'fef50202071cadef76388117ffc0c750'
+md5sums=('0cdf4a51f47a49d71846261cd36a0e00'
+ '978f2bc37d379c6ccd8c5942ef44612c'
'dbca9273e9fc18a7aa5d1c395508fe60')