diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-07 23:43:37 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:41 +0200 |
commit | 40280a0140ed05dd15051b7f67d870591943a99e (patch) | |
tree | 14a02014d7b1b015eb4549746b9abe8cf5f40619 | |
parent | 491699eedbb5602516126bc2819ab65f78a76996 (diff) | |
download | pkgbuilds-40280a0140ed05dd15051b7f67d870591943a99e.tar.xz |
goobook-git: add --tags to pkgver, remove deps
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 5 insertions, 11 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:57:17 UTC 2015 +# Mon Jun 1 14:57:18 UTC 2015 pkgbase = goobook-git pkgdesc = Search your google contacts from the command-line or mutt - pkgver = 1.2.r102.gd2859e7 + pkgver = 1.6.r3.gb4ba7f8 pkgrel = 1 url = http://goobook.googlecode.com/ install = goobook.install @@ -12,11 +12,7 @@ pkgbase = goobook-git makedepends = python2-setuptools depends = python2 depends = python2-gdata>=2.0.7 - depends = python2-setuptools depends = python2-simplejson - depends = python2-hcs_utils>=1.3 - depends = python2-keyring - depends = python2-six provides = goobook conflicts = goobook source = goobook::git://gitorious.org/goobook/mainline.git @@ -1,5 +1,5 @@ pkgname=goobook-git -pkgver=1.2.r102.gd2859e7 +pkgver=1.6.r3.gb4ba7f8 pkgrel=1 pkgdesc="Search your google contacts from the command-line or mutt" @@ -10,9 +10,7 @@ license=('GPL') conflicts=('goobook') provides=('goobook') -depends=('python2' 'python2-gdata>=2.0.7' 'python2-setuptools' - 'python2-simplejson' 'python2-hcs_utils>=1.3' - 'python2-keyring' 'python2-six') +depends=('python2' 'python2-gdata>=2.0.7' 'python2-simplejson') makedepends=('git' 'python2-setuptools') install=goobook.install @@ -23,7 +21,7 @@ md5sums=('SKIP') pkgver() { cd goobook - git describe --long | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' + git describe --tags --long | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' } package() { |