Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / re2c


Commits:
3e816181 by Anatol Pomozov at 2024-11-26T18:33:44-08:00
upgpkg: 4.0.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = re2c
        pkgdesc = A tool for generating C-based recognizers from regular 
expressions
-       pkgver = 4.0
+       pkgver = 4.0.1
        pkgrel = 1
        url = https://re2c.org
        arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = re2c
        checkdepends = python
        makedepends = cmake
        depends = gcc-libs
-       source = 
re2c-4.0.tar.gz::https://github.com/skvadrik/re2c/archive/4.0.tar.gz
-       sha256sums = 
61074bb053c6e76c21cd5c0171c9b15b487db2a2eb3401b873b24839aba13c94
+       source = 
re2c-4.0.1.tar.gz::https://github.com/skvadrik/re2c/archive/4.0.1.tar.gz
+       sha256sums = 
f8a0192af88cedd1cf2e1f5f7859118018971b87836fcaae230da0b2ffc60af1
 
 pkgname = re2c


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Dale Blount <[email protected]>
 
 pkgname=re2c
-pkgver=4.0
+pkgver=4.0.1
 pkgrel=1
 arch=(x86_64)
 depends=(gcc-libs)
@@ -13,7 +13,7 @@ pkgdesc='A tool for generating C-based recognizers from 
regular expressions'
 url='https://re2c.org'
 license=('public domain')
 
source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz)
-sha256sums=('61074bb053c6e76c21cd5c0171c9b15b487db2a2eb3401b873b24839aba13c94')
+sha256sums=('f8a0192af88cedd1cf2e1f5f7859118018971b87836fcaae230da0b2ffc60af1')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/re2c/-/commit/3e816181d159f05b97a6ff126a8a1f2fc7119400

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/re2c/-/commit/3e816181d159f05b97a6ff126a8a1f2fc7119400
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to