colormake-git: rebuild

This commit is contained in:
Christoph Reiter 2023-12-13 17:37:46 +01:00
parent 56e565edcf
commit 2da68fcf13

View File

@ -3,7 +3,7 @@
_realname='colormake'
pkgname="${_realname}-git"
pkgver=r8.9c1d2e6
pkgrel=1
pkgrel=2
pkgdesc='Colorized build output'
url='https://github.com/renatosilva/colormake'
license=(BSD)
@ -14,7 +14,8 @@ conflicts=(${_realname})
depends=(make)
makedepends=(git)
install="${_realname}.install"
source=("git+https://github.com/renatosilva/colormake"
_commit="9c1d2e608c1ce165e7df40f4a9e4f1c0145875a5"
source=("git+https://github.com/renatosilva/colormake#commit=${_commit}"
"${_realname}.install")
sha256sums=('SKIP'
'77404b4ebad97738edabb6c8a1c1958cb73e28dedeed5a85a4e0ceaf1469fd73')