summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-08-12 09:40:52 +0200
committerM0Rf302015-08-12 09:40:52 +0200
commit2f899a259c78829a4b40edb04fc370658df67949 (patch)
tree4fb6d422c40f5930271a74ae0005fc80f0f86d3c
parent41e535268d591579c68e60bc14821877150df695 (diff)
downloadaur-2f899a259c78829a4b40edb04fc370658df67949.tar.gz
updated to latest commit and optdeps removed
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d4df062228d..dbd428317650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openbazaar-git
pkgdesc = A decentralized marketplace proof of concept. It is based off of the POC code by the darkmarket team and protected by the GPL
- pkgver = 4075.92a3dc1
+ pkgver = 4079.c77f9ae
pkgrel = 1
url = http://openbazaar.org
install = openbazaar.install
@@ -25,7 +25,6 @@ pkgbase = openbazaar-git
depends = python2-requests
depends = python2-rfc3986
depends = python2-tornado
- optdepends = pybitmessage-git: Send and receive messages to anyone on the bitmessage network
provides = openbazaar
replaces = openbazaar
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 2cc375d910cd..e17b2093562a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
_pkgname=openbazaar
pkgname=${_pkgname}-git
-pkgver=4075.92a3dc1
+pkgver=4079.c77f9ae
pkgrel=1
pkgdesc="A decentralized marketplace proof of concept. It is based off of the POC code by the darkmarket team and protected by the GPL"
arch=(any)
url="http://openbazaar.org"
license=('MIT')
-depends=(
- curl
+depends=( curl
#gnupg1
jquery
python2-bitcoin
@@ -31,7 +30,6 @@ depends=(
)
makedepends=(git)
-optdepends=('pybitmessage-git: Send and receive messages to anyone on the bitmessage network')
source=("${_pkgname}::git+https://github.com/OpenBazaar/OpenBazaar.git#branch=develop"
${_pkgname}.service
${_pkgname}.sh
@@ -47,9 +45,6 @@ replaces=(${_pkgname})
package(){
cd $srcdir/${_pkgname}
- # msg2 "Patch against Gnupg2"
- # patch -Np1 -i ../gnupg1.patch
-
msg2 "Install systemd service"
install -Dm644 $srcdir/${_pkgname}.service $pkgdir/usr/lib/systemd/system/${_pkgname}.service