Date: Monday, June 19, 2017 @ 00:44:38 Author: demize Revision: 238111
upgpkg: dex 0.8.0-1 Modified: dex/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-18 23:10:44 UTC (rev 238110) +++ PKGBUILD 2017-06-19 00:44:38 UTC (rev 238111) @@ -1,16 +1,20 @@ # $Id$ -# Maintainer: Sébastien Luttringer +# Maintainer: Johannes Löthberg <[email protected]> pkgname=dex -pkgver=0.7 +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') -url='https://github.com/jceb/dex' license=('GPL2') + depends=('python') -makedepends=('git') +makedepends=('git' 'python-sphinx') + source=("git+https://github.com/jceb/dex.git#tag=v$pkgver") + md5sums=('SKIP') package() {
