re2c: Update to 2.1.1
This commit is contained in:
parent
8ef8f18fd8
commit
b22f2b51cb
@ -2,7 +2,7 @@
|
|||||||
# stolen from Archlinux
|
# stolen from Archlinux
|
||||||
|
|
||||||
pkgname=re2c
|
pkgname=re2c
|
||||||
pkgver=2.0.3
|
pkgver=2.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
depends=(gcc-libs)
|
depends=(gcc-libs)
|
||||||
@ -10,7 +10,7 @@ pkgdesc='A tool for generating C-based recognizers from regular expressions'
|
|||||||
url='https://re2c.org/'
|
url='https://re2c.org/'
|
||||||
license=('public domain')
|
license=('public domain')
|
||||||
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/skvadrik/re2c/archive/${pkgver}.tar.gz)
|
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/skvadrik/re2c/archive/${pkgver}.tar.gz)
|
||||||
sha256sums=('f131b3d5b618454caa5f2ddcc8288b797c78781056a40c2899c832493827c003')
|
sha256sums=('6ce465687b0037e49da7b6ffb0ed7f829702ca083c6c5eedbd1a5142e6d7f8fa')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user