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

Andreas Radke andyrtr at archlinux.org
Wed Oct 7 19:22:23 UTC 2015


    Date: Wednesday, October 7, 2015 @ 21:22:23
  Author: andyrtr
Revision: 248469

upgpkg: xdg-utils 1.1.1-1

upstream update 1.1.1

Modified:
  xdg-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-07 18:56:46 UTC (rev 248468)
+++ PKGBUILD	2015-10-07 19:22:23 UTC (rev 248469)
@@ -3,11 +3,11 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xdg-utils
-pkgver=1.1.0.git20150323
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
 arch=('any')
-url="http://cgit.freedesktop.org/xdg/xdg-utils/"
+url="http://www.freedesktop.org/wiki/Software/xdg-utils/"
 license=('MIT')
 depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
 makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
@@ -18,24 +18,19 @@
             '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=686f6f48f6ff939c757881e3fc7a852b61d32c94)
-md5sums=('SKIP')
+source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('2d0aec6037769a5f138ff404b1bb4b15'
+         'SKIP')
+validpgpkeys=('8B75CA7811367175D05F3B03C43570F80CC295E6') # "Per Olofsson <pelle at pqz.se>"
 
-pkgver() {
-	cd xdg-utils
-	echo "1.1.0.git$(git log -1 --format="%cd" --date=short | sed 's|-||g')"
-}
-
 build() {
-	cd xdg-utils*
+	cd $pkgname-$pkgver
 	./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
 }
 
 package() {
-	cd xdg-utils
+	cd $pkgname-$pkgver
 	make DESTDIR="${pkgdir}" install
 	install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 	



More information about the arch-commits mailing list