summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2017-01-06 23:23:42 +0200
committerAdrian Perez de Castro2017-01-06 23:23:42 +0200
commite1d4f5bcfb572ea55aee8db6ce38eabfeabbc702 (patch)
treedc675d7919ea5c7f08a3d551a0d797bebff0b7c8
parent4031d7bbb69da3f9e29e9b081515cbee9b24c448 (diff)
downloadaur-e1d4f5bcfb572ea55aee8db6ce38eabfeabbc702.tar.gz
Fix name of Google Python API package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e93b99670e..acda354ca8c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = beancount-hg
pkgdesc = Double-Entry Accounting from Text Input
pkgver = r4148.397e821a48c5
- pkgrel = 1
+ pkgrel = 2
url = http://furius.ca/beancount/
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = beancount-hg
depends = python-chardet
depends = python-bottle
depends = python-lxml
- depends = python-google-python-api-client
+ depends = python-google-api-python-client
source = beancount-hg::hg+https://bitbucket.org/blais/beancount/
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 220d83e93ab1..ea43822deb36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='beancount-hg'
pkgdesc='Double-Entry Accounting from Text Input'
pkgver=r4148.397e821a48c5
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://furius.ca/beancount/"
license=('GPL')
@@ -10,7 +10,7 @@ source=("${pkgname}::hg+https://bitbucket.org/blais/beancount/")
sha1sums=('SKIP')
depends=('python>=3.5' 'mpdecimal' 'python-ply' 'python-dateutil'
'python-magic-ahupp' 'python-beautifulsoup4' 'python-chardet'
- 'python-bottle' 'python-lxml' 'python-google-python-api-client')
+ 'python-bottle' 'python-lxml' 'python-google-api-python-client')
makedepends=('mercurial' 'python-nose' 'make')
pkgver () {