num-utils: remove noarch
This commit is contained in:
parent
ad7764433b
commit
7e36230844
1 changed files with 2 additions and 3 deletions
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'num-utils'
|
||||
pkgname=num-utils
|
||||
version=0.5
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="perl"
|
||||
depends="perl"
|
||||
short_desc="Programs for dealing with numbers from the Unix command line"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://suso.suso.org/xulu/Num-utils"
|
||||
distfiles="http://suso.suso.org/programs/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
|
||||
checksum=03592760fc7844492163b14ddc9bb4e4d6526e17b468b5317b4a702ea7f6c64e
|
||||
archs=noarch
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/\$new_number\^\$1/$new_number**$1/g' numprocess
|
||||
|
|
Loading…
Reference in a new issue