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


Commits:
26ba15c9 by Anatol Pomozov at 2024-11-19T11:54:50-08:00
upgpkg: 4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = re2c
        pkgdesc = A tool for generating C-based recognizers from regular 
expressions
-       pkgver = 3.1
-       pkgrel = 2
+       pkgver = 4.0
+       pkgrel = 1
        url = https://re2c.org
        arch = x86_64
        license = public domain
        checkdepends = python
        makedepends = cmake
        depends = gcc-libs
-       source = 
re2c-3.1.tar.gz::https://github.com/skvadrik/re2c/archive/3.1.tar.gz
-       sha256sums = 
087c44de0400fb15caafde09fd72edc7381e688a35ef505ee65e0e3d2fac688b
+       source = 
re2c-4.0.tar.gz::https://github.com/skvadrik/re2c/archive/4.0.tar.gz
+       sha256sums = 
61074bb053c6e76c21cd5c0171c9b15b487db2a2eb3401b873b24839aba13c94
 
 pkgname = re2c


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Dale Blount <[email protected]>
 
 pkgname=re2c
-pkgver=3.1
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 arch=(x86_64)
 depends=(gcc-libs)
 makedepends=(cmake)
@@ -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=('087c44de0400fb15caafde09fd72edc7381e688a35ef505ee65e0e3d2fac688b')
+sha256sums=('61074bb053c6e76c21cd5c0171c9b15b487db2a2eb3401b873b24839aba13c94')
 
 build() {
   cd $pkgname-$pkgver



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

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


Reply via email to