Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
c3c


Commits:
6cf46fd5 by Alexander F. Rødseth at 2025-05-05T16:24:12+02:00
upgpkg: 0.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = c3c
        pkgdesc = Compiler for the C3 language
-       pkgver = 0.7.0
+       pkgver = 0.7.1
        pkgrel = 1
        url = https://github.com/c3lang/c3c
        arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = c3c
        makedepends = llvm
        depends = lld
        depends = llvm-libs
-       source = git+https://github.com/c3lang/c3c#tag=v0.7.0
-       b2sums = 
10af41c1b9a8eadcb8e3cf4b62822ea75bb5336e5efa4da6f699d5869af4fc10900d540e0a723aa3593003681a774397fd1ad80e08468b1e2b60edd93e12483a
+       source = git+https://github.com/c3lang/c3c#tag=v0.7.1
+       b2sums = 
6e938df254820c1df5154304140389c4d476c286708a7bca427d0848a895effb289f7c29c455113706341069703ffb04dedef8131cfc51ab40724fa794f3f283
 
 pkgname = c3c


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Eduardo Jose Gomez Hernandez <edua...@edujgh.net>
 
 pkgname=c3c
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc='Compiler for the C3 language'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(LGPL-3.0-or-later MIT)
 depends=(lld llvm-libs)
 makedepends=(clang cmake git libedit llvm)
 source=("git+$url#tag=v$pkgver")
-b2sums=('10af41c1b9a8eadcb8e3cf4b62822ea75bb5336e5efa4da6f699d5869af4fc10900d540e0a723aa3593003681a774397fd1ad80e08468b1e2b60edd93e12483a')
+b2sums=('6e938df254820c1df5154304140389c4d476c286708a7bca427d0848a895effb289f7c29c455113706341069703ffb04dedef8131cfc51ab40724fa794f3f283')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/c3c/-/commit/6cf46fd588dd3d25988f77505c048929ab3d9ee4

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


Reply via email to