diff options
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 | ||||
-rw-r--r-- | dist/archlinux/stable/general-preprocessor.install | 2 |
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() { |