upg grep
This commit is contained in:
parent
d63dc648e7
commit
2019f73581
3 changed files with 7 additions and 7 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
pkgname=grep
|
||||
pkgver=3.8
|
||||
pkgrel=01
|
||||
pkgrel=02
|
||||
pkgdesc='A string search utility'
|
||||
arch=('x86_64')
|
||||
url='https://www.gnu.org/software/grep/'
|
||||
groups=('base-devel')
|
||||
depends=('glibc' 'pcre')
|
||||
depends=('glibc' 'pcre2')
|
||||
makedepends=('texinfo')
|
||||
source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
|
||||
|
@ -56,4 +56,3 @@ validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
|
|||
sha256sums=(498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382 # grep-3.8.tar.xz
|
||||
347aec924499df3fa41a0d782f3cd3e4a51a15de98b44eaab04084cd34060cd0) # grep-3.8.tar.xz.sig
|
||||
|
||||
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
pkgname=grep
|
||||
pkgver=3.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A string search utility'
|
||||
arch=('x86_64')
|
||||
license=('GPL3')
|
||||
url='https://www.gnu.org/software/grep/'
|
||||
groups=('base-devel')
|
||||
depends=('glibc' 'pcre')
|
||||
depends=('glibc' 'pcre2')
|
||||
makedepends=('texinfo')
|
||||
validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
|
||||
source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue