Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
git-smash


Commits:
35f6b8da by Levente Polyak at 2024-06-07T20:38:58+02:00
upgpkg: 0.1.1-1

- - - - -


3 changed files:

- + .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,24 @@
+pkgbase = git-smash
+       pkgdesc = Smash staged changes into previous commits to support your 
Git workflow
+       pkgver = 0.1.1
+       pkgrel = 1
+       url = https://github.com/anthraxx/git-smash
+       arch = x86_64
+       license = MIT
+       makedepends = cargo
+       makedepends = scdoc
+       depends = glibc
+       depends = gcc-libs
+       depends = git
+       optdepends = skim: selection menu alternative
+       optdepends = fzf: selection menu alternative
+       options = !makeflags
+       source = 
https://github.com/anthraxx/git-smash/releases/download/v0.1.1/git-smash-v0.1.1.tar.gz
+       source = 
https://github.com/anthraxx/git-smash/releases/download/v0.1.1/git-smash-v0.1.1.tar.gz.sig
+       validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
+       sha512sums = 
ddd2aa95ff54e334912fd6b9b9d6dedaabb4ba49d8810a0b01069f2ad3704a389780193bf798f7b92efd7b38c2edeba608f37c38e751c59d1559f73d83a76e81
+       sha512sums = SKIP
+       b2sums = 
117ed488b2211a83ec52587b78862e4da80ea44274947798113af9a1fcaf2596a797defb0545b407a6399ac6925c3907c5d538123b6e0ac9bb590066ef53903a
+       b2sums = SKIP
+
+pkgname = git-smash


=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
 [git-smash]
 source = "git"
 git = "https://github.com/anthraxx/git-smash.git";
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -1,24 +1,29 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=git-smash
-pkgver=0.1.0
+pkgver=0.1.1
 pkgrel=1
 pkgdesc='Smash staged changes into previous commits to support your Git 
workflow'
 url='https://github.com/anthraxx/git-smash'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'gcc-libs' 'git')
-makedepends=('cargo' 'scdoc')
+arch=(x86_64)
+license=(MIT)
+depends=(
+  glibc
+  gcc-libs
+  git
+)
+makedepends=(
+  cargo scdoc
+)
 optdepends=(
   'skim: selection menu alternative'
   'fzf: selection menu alternative'
 )
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+source=(${url}/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.gz{,.sig})
 options=('!makeflags')
-sha512sums=('64a8b6e2afa7007966245a4888e51251e8c35f0b82421f3cee634a3e7b82256a24459cba2941800a6e50a047766a0f8de20b435904d17df3fd456b6c09ac4c5f'
+sha512sums=('ddd2aa95ff54e334912fd6b9b9d6dedaabb4ba49d8810a0b01069f2ad3704a389780193bf798f7b92efd7b38c2edeba608f37c38e751c59d1559f73d83a76e81'
             'SKIP')
-b2sums=('acc46b7a87135380fe36c378e9055b8b7c9b88a818c955f04677161f50d5ccd5699ac05f0a858dd11ca7b42b3505c0ac037f50efcd690f9e5a76be395d5d6590'
+b2sums=('117ed488b2211a83ec52587b78862e4da80ea44274947798113af9a1fcaf2596a797defb0545b407a6399ac6925c3907c5d538123b6e0ac9bb590066ef53903a'
         'SKIP')
 validpgpkeys=(
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-smash/-/commit/35f6b8dad4ad02c441793ecce257070ad4705eeb

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


Reply via email to