Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
uncrustify


Commits:
557b6621 by Christian Hesse at 2023-09-27T18:07:27+02:00
upgpkg: 0.77.1-1: new upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = uncrustify
+       pkgdesc = A source code beautifier
+       pkgver = 0.77.1
+       pkgrel = 1
+       url = http://uncrustify.sourceforge.net/
+       arch = x86_64
+       license = GPL
+       makedepends = cmake
+       makedepends = python
+       depends = gcc-libs
+       source = 
https://github.com/uncrustify/uncrustify/archive/uncrustify-0.77.1.tar.gz
+       sha256sums = 
414bbc9f7860eb18a53074f9af14ed04638a633b2216a73f2629291300d37c1b
+
+pkgname = uncrustify


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop <auguste [at] gmail [dot] com>
 
 pkgname=uncrustify
-pkgver=0.75.1
+pkgver=0.77.1
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL)
 depends=(gcc-libs)
 makedepends=(cmake python)
 
source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz";)
-sha256sums=('fd14acc0a31ed88b33137bdc26d32964327488c835f885696473ef07caf2e182')
+sha256sums=('414bbc9f7860eb18a53074f9af14ed04638a633b2216a73f2629291300d37c1b')
 
 prepare() {
   mkdir -p build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uncrustify/-/commit/557b66213349c9ed883f1be11c1d5737214880d1

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


Reply via email to