deheader: fix noarch=

This commit is contained in:
maxice8 2019-03-11 11:22:59 -03:00
parent e75e2d45d6
commit 9c38ad34bd
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,14 +1,14 @@
# Template file for 'deheader'
pkgname=deheader
version=1.6
revision=2
noarch="yes"
revision=3
archs=noarch
depends="python"
short_desc="C and C++ header analyzer"
homepage="http://www.catb.org/~esr/deheader/"
license="2-clause-BSD"
maintainer="Juan RP <xtraeme@voidlinux.org>"
distfiles="http://www.catb.org/~esr/deheader/$pkgname-$version.tar.gz"
license="BSD-2-Clause"
homepage="http://www.catb.org/~esr/deheader/"
distfiles="http://www.catb.org/~esr/deheader/${pkgname}-${version}.tar.gz"
checksum=3b99665c4f0dfda31d200bf2528540d6898cb846499ee91effa2e8f72aff3a60
do_install() {