Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
committed


Commits:
c4d7e8cf by Orhun Parmaksız at 2024-12-19T21:08:46+03:00
upgpkg: 1.1.5-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = committed
        pkgdesc = Nitpicking your commit history
-       pkgver = 1.1.2
+       pkgver = 1.1.5
        pkgrel = 1
        url = https://github.com/crate-ci/committed
        arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = committed
        depends = glibc
        depends = libgit2
        depends = zlib
-       source = 
https://github.com/crate-ci/committed/archive/v1.1.2/committed-1.1.2.tar.gz
-       sha256sums = 
564a6ad931d5538dee45f56a2d0348d4459f4511ac1f626750937ea916624761
+       source = 
https://github.com/crate-ci/committed/archive/v1.1.5/committed-1.1.5.tar.gz
+       sha256sums = 
389fcc252a170720bf84e7991c1eba2c45aed37ec887a1c6857ee2c8f9cfc856
 
 pkgname = committed
        depends = gcc-libs


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=committed
-pkgver=1.1.2
+pkgver=1.1.5
 pkgrel=1
 pkgdesc="Nitpicking your commit history"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache-2.0' 'MIT')
 depends=('gcc-libs' 'glibc' 'libgit2' 'zlib')
 makedepends=('cargo')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('564a6ad931d5538dee45f56a2d0348d4459f4511ac1f626750937ea916624761')
+sha256sums=('389fcc252a170720bf84e7991c1eba2c45aed37ec887a1c6857ee2c8f9cfc856')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -26,12 +26,12 @@ build() {
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --frozen
+  cargo test --frozen -- --skip "in_repo"
 }
 
 package() {
   depends+=(libgit2.so
-            libz.so)
+    libz.so)
   cd "$pkgname-$pkgver"
   install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
   install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/c4d7e8cf21c293bf138230f019efb0a9ced35083

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


Reply via email to