summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan la Cour2017-10-13 11:39:11 -0600
committerJonathan la Cour2017-10-13 11:39:11 -0600
commit0cc997acf5db16c7f2bd1d94b504fcb72bd5e149 (patch)
treea94b13a0ca0749ab245a818378da0a1e8356759b
parent3fa83729b689fd9e1cdceace6f1ff7d8af65d244 (diff)
downloadaur-0cc997acf5db16c7f2bd1d94b504fcb72bd5e149.tar.gz
Remove references to git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a859fe4750c..208eb90d6ccb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Oct 13 03:11:17 UTC 2017
+# Fri Oct 13 17:39:00 UTC 2017
pkgbase = armory
pkgdesc = Full-featured Bitcoin wallet management application
pkgver = 0.96.3.99
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/goatpig/BitcoinArmory
install = armory.install
arch = i686
arch = x86_64
license = AGPL3
license = MIT
- makedepends = git
makedepends = gcc
makedepends = make
depends = crypto++
diff --git a/PKGBUILD b/PKGBUILD
index d3f38c2c4a73..4702218a3ce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=armory
pkgver=0.96.3.99
-pkgrel=2
+pkgrel=3
pkgdesc="Full-featured Bitcoin wallet management application"
arch=('i686' 'x86_64')
url="https://github.com/goatpig/BitcoinArmory"
license=('AGPL3' 'MIT')
depends=('crypto++' 'swig' 'qt4' 'python2' 'python2-twisted' 'python2-pyqt4' 'python2-bsddb' 'python2-psutil')
-makedepends=('git' 'gcc' 'make')
+makedepends=('gcc' 'make')
optdepends=('bitcoin-daemon: Communicate with the Bitcoin network')
provides=('armory')
conflicts=('armory' 'armory-git' 'armory-bin' 'armory-goatpig-git')
@@ -43,8 +43,6 @@ check() {
prepare() {
cd "$srcdir/${pkgname}_${pkgver}-src"
- git submodule update --init
-
## Get Python2 Version
_py2longver=$(pacman -Qi python2 | grep "Version" | sed 's/^Version\s*:\s//')
_py2ver=${_py2longver%.*}