Johannes Löthberg pushed to branch main at Arch Linux / Packaging / Packages / 
ragel


Commits:
c66b7b30 by Johannes Löthberg at 2024-12-08T15:27:37+01:00
Update URL and license

Signed-off-by: Johannes Löthberg <dem...@archlinux.org>

- - - - -
8124d624 by Johannes Löthberg at 2024-12-08T15:31:34+01:00
upgpkg: 6.10-4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = ragel
        pkgdesc = Compiles finite state machines from regular languages into 
executable C, C++, Objective-C, or D code.
        pkgver = 6.10
-       pkgrel = 3
-       url = http://www.complang.org/ragel/
+       pkgrel = 4
+       url = https://www.colm.net/open-source/ragel/
        arch = x86_64
-       license = GPL
+       license = GPL-2.0-only
        depends = gcc-libs
        source = https://www.colm.net/files/ragel/ragel-6.10.tar.gz
        source = https://www.colm.net/files/ragel/ragel-6.10.tar.gz.asc


=====================================
PKGBUILD
=====================================
@@ -7,11 +7,11 @@
 
 pkgname=ragel
 pkgver=6.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Compiles finite state machines from regular languages into executable 
C, C++, Objective-C, or D code."
 arch=('x86_64')
-url="http://www.complang.org/ragel/";
-license=('GPL')
+url="https://www.colm.net/open-source/ragel/";
+license=('GPL-2.0-only')
 depends=('gcc-libs')
 source=(https://www.colm.net/files/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=(C3260F001EE3780F1BC3D4F650FE47277DC196FB)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ragel/-/compare/009d745ea8f9f143b1adea33696e936c98884343...8124d624b28ed692820cc9b2e1cd4e9b38897a36

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ragel/-/compare/009d745ea8f9f143b1adea33696e936c98884343...8124d624b28ed692820cc9b2e1cd4e9b38897a36
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to