aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-13 21:36:28 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-13 21:36:28 +0100
commit31d8bbcec37d1a769bdd50be62d5fbdd1cc333fd (patch)
tree4c7e95321d386b86ea77d419f55a12ce7e36b7da
parentdo not compress info (diff)
downloadgpp-31d8bbcec37d1a769bdd50be62d5fbdd1cc333fd.tar.gz
gpp-31d8bbcec37d1a769bdd50be62d5fbdd1cc333fd.tar.bz2
gpp-31d8bbcec37d1a769bdd50be62d5fbdd1cc333fd.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/archlinux/stable/PKGBUILD6
-rw-r--r--dist/archlinux/stable/general-preprocessor.install2
2 files changed, 4 insertions, 4 deletions
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() {