summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77daf2e7c24b..90701555b709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 25 21:18:51 UTC 2016
+# Sat Mar 26 17:45:54 UTC 2016
pkgbase = openbazaar
pkgdesc = Front-end Electron application for talking with the OpenBazaar daemon
pkgver = 1.0.10
- pkgrel = 1
+ pkgrel = 2
url = http://openbazaar.org
install = openbazaar.install
arch = any
@@ -11,7 +11,6 @@ pkgbase = openbazaar
makedepends = git
makedepends = npm
depends = electron
- depends = openbazaard
provides = openbazaar
replaces = openbazaar-git
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 666fdeb5fc4f..f8053b7e08f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=openbazaar
pkgver=1.0.10
-pkgrel=1
+pkgrel=2
pkgdesc="Front-end Electron application for talking with the OpenBazaar daemon"
arch=(any)
url="http://openbazaar.org"
license=('MIT')
-depends=(electron openbazaard)
+depends=(electron)
makedepends=(git npm)
source=(
"https://github.com/OpenBazaar/OpenBazaar-Client/archive/v$pkgver.tar.gz"