diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-19 02:31:59 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-07-19 02:31:59 -0500 |
commit | 5a488abd541636a27dfa8f28e0420081a5ed8458 (patch) | |
tree | 305baff77598b01c47eb9a88928b0ad4e2c3fe43 /pcr | |
parent | 8ebf0b2021235b35b931ec351796e0131fbd32e0 (diff) | |
download | abslibre-5a488abd541636a27dfa8f28e0420081a5ed8458.tar.gz abslibre-5a488abd541636a27dfa8f28e0420081a5ed8458.tar.bz2 abslibre-5a488abd541636a27dfa8f28e0420081a5ed8458.zip |
conkeror-git-120527.1.227.g22a107c-1: updating version
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/conkeror-git/PKGBUILD | 18 |
1 files changed, 9 insertions, 9 deletions
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 <joyfulgirl@archlinux.us> -# Contributor (Arch): Stefan Husmann <stefan-husmann@t-online.de> +# Maintainer (Arch): Ivy Foster <joyfulgirl@archlinux.us> +# Maintainer (Arch): Stefan Husmann <stefan-husmann@t-online.de> # Contributor (Arch): Heeru Kiyura <M8R-p9i5nh@mailinator.com> -# Maintainer : Omar Vega Ramos <ovruni@gnu.org.pe> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> 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 |