From 40280a0140ed05dd15051b7f67d870591943a99e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 7 Aug 2014 23:43:37 +0100 Subject: goobook-git: add --tags to pkgver, remove deps --- .SRCINFO | 8 ++------ PKGBUILD | 8 +++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6e937d5..6dd8721 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index f605e44..f47a2d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() { -- cgit v1.2.3-54-g00ecf