From 5a488abd541636a27dfa8f28e0420081a5ed8458 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 19 Jul 2015 02:31:59 -0500 Subject: conkeror-git-120527.1.227.g22a107c-1: updating version --- pcr/conkeror-git/PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pcr') diff --git a/pcr/conkeror-git/PKGBUILD b/pcr/conkeror-git/PKGBUILD index 4219fc569..b3b57607e 100644 --- a/pcr/conkeror-git/PKGBUILD +++ b/pcr/conkeror-git/PKGBUILD @@ -1,10 +1,10 @@ -# Contributor (Arch): Ivy Foster -# Contributor (Arch): Stefan Husmann +# Maintainer (Arch): Ivy Foster +# Maintainer (Arch): Stefan Husmann # Contributor (Arch): Heeru Kiyura -# Maintainer : Omar Vega Ramos +# Maintainer: Omar Vega Ramos pkgname=conkeror-git -pkgver=120527.1.225.gc57b7be +pkgver=120527.1.227.g22a107c pkgrel=1 pkgdesc="A highly programmable web browser based on Mozilla XULRunner." arch=('i686' 'x86_64') @@ -14,14 +14,14 @@ depends=('xulrunner' 'desktop-file-utils') makedepends=('git') provides=(conkeror) install=conkeror-git.install -source=('git://repo.or.cz/conkeror.git') +source=('conkeror.tar.gz') #git://repo.or.cz/conkeror.git') md5sums=('SKIP') _gitname="conkeror" -pkgver() { - cd $_gitname - git describe --always|sed -e 's/debian.*+git//' -e 's/-/./g' -} +#pkgver() { +# cd $_gitname +# git describe --always|sed -e 's/debian.*+git//' -e 's/-/./g' +#} build() { cd $_gitname -- cgit v1.2.3