git-extras: update to 7.4.0

This commit is contained in:
Biswapriyo Nath 2025-06-24 05:12:43 +00:00
parent b4961ddeb9
commit ed92d697eb

View File

@ -3,7 +3,7 @@ _realname=git-extras
pkgname=${_realname}
replaces=("${_realname}-git")
conflicts=("${_realname}-git")
pkgver=7.2.0
pkgver=7.4.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=('any')
@ -12,7 +12,7 @@ url='https://github.com/tj/git-extras'
depends=('git')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/tj/git-extras/archive/$pkgver.tar.gz")
noextract=("${_realname}-${pkgver}.tar.gz")
sha256sums=('f570f19b9e3407e909cb98d0536c6e0b54987404a0a053903a54b81680c347f1')
sha256sums=('aaab3bab18709ec6825a875961e18a00e0c7d8214c39d6e3a63aeb99fa11c56e')
build(){
cd "${srcdir}"