From ab1074b6dcee221e37754a969199c323c80470b0 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 27 Jul 2015 12:26:01 +0200 Subject: [PATCH] libapp: update to 20140527. --- srcpkgs/libapp/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libapp/template b/srcpkgs/libapp/template index 52ca6ca19ae..deb39ce0e49 100644 --- a/srcpkgs/libapp/template +++ b/srcpkgs/libapp/template @@ -1,17 +1,18 @@ # Template file for 'libapp' pkgname=libapp -version=20140608 +reverts=20140608_1 +version=20140527 revision=1 +_commit=febebe2bc0fb88d57bdf4eb4a2a54c9eeda3f3d8 build_style=gnu-makefile -hostmakedepends="git" short_desc="Utilities for repetitive tasks in app development" maintainer="Juan RP " license="LGPL-3" homepage="https://github.com/drotiro/libapp" +distfiles="$homepage/archive/$_commit.tar.gz" +checksum=46151deb0c8b5696ccd09c5c1f7828ae6073ca88cd5b4062bd8bed13eb21a2f4 +wrksrc="$pkgname-$_commit" -do_fetch() { - git clone git://github.com/drotiro/libapp.git ${pkgname}-${version} -} do_install() { make PREFIX=${DESTDIR}/usr install }