summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-22 00:58:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-22 00:58:24 -0500
commit4314968e83187c8a94ad9b0cc16d1b873f138a99 (patch)
treecf66607729e0af2fcee1567ce00a2b9b65857ea1
parentbf2f84a53eb2bbea305eafbfd77b7bf5a859b24e (diff)
conkeror-git-120527.1.241.ga1f7e87-1: updating version
-rw-r--r--pcr/conkeror-git/PKGBUILD32
-rw-r--r--pcr/conkeror-git/conkeror-git.install6
2 files changed, 19 insertions, 19 deletions
diff --git a/pcr/conkeror-git/PKGBUILD b/pcr/conkeror-git/PKGBUILD
index b3b57607e..e21a8e567 100644
--- a/pcr/conkeror-git/PKGBUILD
+++ b/pcr/conkeror-git/PKGBUILD
@@ -4,32 +4,32 @@
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=conkeror-git
-pkgver=120527.1.227.g22a107c
+pkgver=120527.1.241.ga1f7e87
pkgrel=1
-pkgdesc="A highly programmable web browser based on Mozilla XULRunner."
+pkgdesc='A highly programmable web browser based on Mozilla XULRunner'
arch=('i686' 'x86_64')
-url="http://conkeror.mozdev.org/"
+url='http://conkeror.mozdev.org/'
license=('MPL' 'GPL' 'LGPL')
depends=('xulrunner' 'desktop-file-utils')
makedepends=('git')
-provides=(conkeror)
-install=conkeror-git.install
-source=('conkeror.tar.gz') #git://repo.or.cz/conkeror.git')
+provides=('conkeror')
+conflicts=('conkeror')
+install='conkeror-git.install'
+source=('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 conkeror
+ git describe --always | sed -e 's/debian.*+git//' -e 's/-/./g'
+}
build() {
- cd $_gitname
- make PREFIX=/usr
+ cd conkeror
+ make PREFIX=/usr
}
package() {
- cd $_gitname
- make DESTDIR="$pkgdir" PREFIX=/usr install
- rm -f "$pkgdir"/usr/share/doc/conkeror/COPYING
+ cd conkeror
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+ rm -f "$pkgdir"/usr/share/doc/conkeror/COPYING
}
diff --git a/pcr/conkeror-git/conkeror-git.install b/pcr/conkeror-git/conkeror-git.install
index 5e5cfef4d..add795f60 100644
--- a/pcr/conkeror-git/conkeror-git.install
+++ b/pcr/conkeror-git/conkeror-git.install
@@ -1,11 +1,11 @@
post_install() {
- update-desktop-database -q
+ update-desktop-database -q
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- update-desktop-database -q
+ update-desktop-database -q
}