[arch-commits] Commit in dex/repos/community-any (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Mon Jun 19 00:44:49 UTC 2017


    Date: Monday, June 19, 2017 @ 00:44:48
  Author: demize
Revision: 238112

archrelease: copy trunk to community-any

Added:
  dex/repos/community-any/PKGBUILD
    (from rev 238111, dex/trunk/PKGBUILD)
Deleted:
  dex/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 00:44:38 UTC (rev 238111)
+++ PKGBUILD	2017-06-19 00:44:48 UTC (rev 238112)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=dex
-pkgver=0.7
-pkgrel=1
-pkgdesc='Program to generate and execute DesktopEntry files of type Application'
-arch=('any')
-url='https://github.com/jceb/dex'
-license=('GPL2')
-depends=('python')
-makedepends=('git')
-source=("git+https://github.com/jceb/dex.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-package() {
-  cd dex
-  make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
-  rm "$pkgdir/usr/share/doc/dex/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dex/repos/community-any/PKGBUILD (from rev 238111, dex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-19 00:44:48 UTC (rev 238112)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=dex
+pkgver=0.8.0
+pkgrel=1
+
+pkgdesc='Program to generate and execute DesktopEntry files of type Application'
+url='https://github.com/jceb/dex'
+arch=('any')
+license=('GPL2')
+
+depends=('python')
+makedepends=('git' 'python-sphinx')
+
+source=("git+https://github.com/jceb/dex.git#tag=v$pkgver")
+
+md5sums=('SKIP')
+
+package() {
+  cd dex
+  make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
+  rm "$pkgdir/usr/share/doc/dex/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list