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


Commits:
fbe089d7 by Orhun Parmaksız at 2026-06-05T00:35:23+02:00
upgpkg: 0.13.4-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = codesnap
        pkgdesc = Pure Rust tool for generating beautiful code snapshots
-       pkgver = 0.13.1
-       pkgrel = 3
+       pkgver = 0.13.4
+       pkgrel = 1
        url = https://github.com/codesnap-rs/codesnap
        arch = x86_64
        license = MIT
        makedepends = cargo
        depends = openssl
        depends = libgcc
-       source = 
codesnap-0.13.1.tar.gz::https://github.com/codesnap-rs/codesnap/archive/v0.13.1.tar.gz
-       sha256sums = 
e1636f08781fdb6e380428bd54f458f59b7764702271a7f2f407ad4432753c33
+       source = 
codesnap-0.13.4.tar.gz::https://github.com/codesnap-rs/codesnap/archive/v0.13.4.tar.gz
+       sha256sums = 
47a249efd507c0e1dcd8122da1d263b2bf00dcedfa27eed976a02909cefe0725
 
 pkgname = codesnap


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Adam Perkowski <[email protected]>
 
 pkgname=codesnap
-pkgver=0.13.1
-pkgrel=3
+pkgver=0.13.4
+pkgrel=1
 pkgdesc="Pure Rust tool for generating beautiful code snapshots"
 arch=('x86_64')
 url="https://github.com/codesnap-rs/codesnap";
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('openssl' 'libgcc')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e1636f08781fdb6e380428bd54f458f59b7764702271a7f2f407ad4432753c33')
+sha256sums=('47a249efd507c0e1dcd8122da1d263b2bf00dcedfa27eed976a02909cefe0725')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/codesnap/-/commit/fbe089d77ff44d7dce3cc57c27147267e810e6bc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/codesnap/-/commit/fbe089d77ff44d7dce3cc57c27147267e810e6bc
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to