glog: remove noarch

This commit is contained in:
Đoàn Trần Công Danh 2020-11-29 11:31:23 +07:00
parent 086dde82cf
commit f4b228caf2

View file

@ -1,7 +1,7 @@
# Template file for 'glog' # Template file for 'glog'
pkgname=glog pkgname=glog
version=0.3.5 version=0.3.5
revision=2 revision=3
build_style=gnu-configure build_style=gnu-configure
short_desc="Logging library for C++" short_desc="Logging library for C++"
maintainer="John Regan <john@jrjrtech.com>" maintainer="John Regan <john@jrjrtech.com>"
@ -27,7 +27,6 @@ glog-devel_package() {
glog-doc_package() { glog-doc_package() {
short_desc+=" - documentation" short_desc+=" - documentation"
archs=noarch
pkg_install() { pkg_install() {
vmove usr/share/doc vmove usr/share/doc
} }