[arch-commits] Commit in xdg-utils/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Fri Feb 7 20:55:37 UTC 2014


    Date: Friday, February 7, 2014 @ 21:55:36
  Author: andyrtr
Revision: 205567

upgpkg: xdg-utils 1.1.0.git20140207-1

update git snapshot

Modified:
  xdg-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-07 20:38:36 UTC (rev 205566)
+++ PKGBUILD	2014-02-07 20:55:36 UTC (rev 205567)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xdg-utils
-pkgver=1.1.0.git20140109
+pkgver=1.1.0.git20140207
 pkgrel=1
 pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
 arch=('any')
@@ -16,7 +16,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=768ccceb8ffcfa77550ae9ecd6fea6838bfce706)
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=6da906f59933133612d006e1bff9918a2b8c5a60)
 md5sums=('SKIP')
 
 pkgver() {
@@ -27,9 +27,9 @@
 build() {
 	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
-#	make # for release builds
+#	make scripts-clean -C scripts # needed if it's a git snapshot
+#	make man scripts -C scripts # needed if it's a git snapshot
+	make # for release builds
 }
 
 package() {




More information about the arch-commits mailing list