[arch-commits] Commit in xdg-utils/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Mon Oct 13 18:43:41 UTC 2014
Date: Monday, October 13, 2014 @ 20:43:41
Author: andyrtr
Revision: 224293
upgpkg: xdg-utils 1.1.0.git20141009-1
update git snapshot - fixes FS#42361
Modified:
xdg-utils/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-13 17:54:00 UTC (rev 224292)
+++ PKGBUILD 2014-10-13 18:43:41 UTC (rev 224293)
@@ -1,8 +1,9 @@
# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=xdg-utils
-pkgver=1.1.0.git20140630
+pkgver=1.1.0.git20141009
pkgrel=1
pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
arch=('any')
@@ -16,7 +17,7 @@
'xorg-xprop: for Xfce support in xdg-open'
'pcmanfm: for LXDE support in xdg-open'
'perl-file-mimeinfo: for generic support in xdg-open')
-source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=34e033845ea6997bc4fdafd9bdd4856bfa5d0d36)
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=f0df41402e827051ec16bac212c8eaf08ada75e4)
md5sums=('SKIP')
pkgver() {
@@ -25,7 +26,7 @@
}
build() {
- cd xdg-utils
+ cd xdg-utils*
./configure --prefix=/usr --mandir=/usr/share/man
# make scripts-clean -C scripts # needed if it's a git snapshot
# make man scripts -C scripts # needed if it's a git snapshot
More information about the arch-commits
mailing list