Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
codesnap
Commits:
cbb66265 by Orhun Parmaksız at 2024-12-22T21:59:47+03:00
upgpkg: 0.8.3-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.8.2
- pkgrel = 2
+ pkgver = 0.8.3
+ pkgrel = 1
url = https://github.com/mistricky/CodeSnap
arch = x86_64
license = MIT
makedepends = cargo
depends = oniguruma
depends = gcc-libs
- source =
CodeSnap-0.8.2.tar.gz::https://github.com/mistricky/CodeSnap/archive/v0.8.2.tar.gz
- sha256sums =
ec290aa2d7ae4ca42ed9752829ec922dc830a0e2756e785548d80a0823a1fb5a
+ source =
CodeSnap-0.8.3.tar.gz::https://github.com/mistricky/CodeSnap/archive/v0.8.3.tar.gz
+ sha256sums =
acb3e160039c9986f4566f3504df2c820558e62b7a412d4fd5030008f2c44f81
pkgname = codesnap
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=CodeSnap
pkgname=codesnap
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
pkgdesc="Pure Rust tool for generating beautiful code snapshots"
arch=('x86_64')
url="https://github.com/mistricky/$_pkgname"
@@ -12,7 +12,7 @@ license=('MIT')
depends=('oniguruma' 'gcc-libs')
makedepends=('cargo')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ec290aa2d7ae4ca42ed9752829ec922dc830a0e2756e785548d80a0823a1fb5a')
+sha256sums=('acb3e160039c9986f4566f3504df2c820558e62b7a412d4fd5030008f2c44f81')
prepare() {
cd "$_pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/codesnap/-/commit/cbb6626596a8934d2a494279d73fd07a62b8cdd8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/codesnap/-/commit/cbb6626596a8934d2a494279d73fd07a62b8cdd8
You're receiving this email because of your account on gitlab.archlinux.org.