diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-10-24 23:01:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-10-24 23:01:13 +0200 |
commit | 342e0b62273226ce59baa6cc7bb47a10a13102cd (patch) | |
tree | e88eab87ab900aa38d006411b5d23bc1ebf04bdf /dist/archlinux | |
parent | m (diff) | |
download | gpp-342e0b62273226ce59baa6cc7bb47a10a13102cd.tar.gz gpp-342e0b62273226ce59baa6cc7bb47a10a13102cd.tar.bz2 gpp-342e0b62273226ce59baa6cc7bb47a10a13102cd.tar.xz |
gpp conflicts with other packages
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 | ||||
-rw-r--r-- | dist/archlinux/stable/general-preprocessor.install (renamed from dist/archlinux/stable/gpp.install) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index f997f85..592cae5 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> -pkgname=gpp +pkgname=general-preprocessor pkgver=1 pkgrel=1 pkgdesc="Bash based preprocessor for anything" @@ -9,7 +9,7 @@ arch=(any) license=(GPL3) depends=(python bash) makedepends=(make coreutils python texinfo gzip) -install=gpp.install +install=general-preprocessor.install source=("${url}/archive/${pkgver}.tar.gz") sha256sums=(1f60c616624e4cbef9140f19b758c7132f509e50dc659ef133952f1e46ddab25) diff --git a/dist/archlinux/stable/gpp.install b/dist/archlinux/stable/general-preprocessor.install index 5204b7e..822bdd3 100644 --- a/dist/archlinux/stable/gpp.install +++ b/dist/archlinux/stable/general-preprocessor.install @@ -1,4 +1,4 @@ -_file="gpp" +_file="general-preprocessor" infodir="usr/share/info" file="${_file}.info.gz" |