From 31d8bbcec37d1a769bdd50be62d5fbdd1cc333fd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 13 Feb 2014 21:36:28 +0100 Subject: update dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- dist/archlinux/stable/PKGBUILD | 6 +++--- dist/archlinux/stable/general-preprocessor.install | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/archlinux/stable') diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 1522a31..1b99732 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=general-preprocessor -pkgver=1.1 +pkgver=1.1.1 pkgrel=1 pkgdesc="Bash based preprocessor for anything" url="https://github.com/maandree/gpp" arch=(any) license=(GPL3) depends=(python bash) -makedepends=(make coreutils python texinfo gzip) +makedepends=(make coreutils python texinfo) install=general-preprocessor.install source=("${url}/archive/${pkgver}.tar.gz") -sha256sums=(a9d8a140759b6b5bec779165aada466eedc2fb067f5f469f05c69cd059a6c50b) +sha256sums=(46e03434dc00cf292ed14188d7baf771f59ae325f98f88df571c07e5f68b2cfa) _prefix=/usr _command=gpp ## change this if you have a package conflicting package diff --git a/dist/archlinux/stable/general-preprocessor.install b/dist/archlinux/stable/general-preprocessor.install index 822bdd3..3f68be9 100644 --- a/dist/archlinux/stable/general-preprocessor.install +++ b/dist/archlinux/stable/general-preprocessor.install @@ -1,7 +1,7 @@ _file="general-preprocessor" infodir="usr/share/info" -file="${_file}.info.gz" +file="${_file}.info" post_install() { -- cgit v1.2.3-70-g09d2