This commit is contained in:
Nathan 2022-01-20 04:10:41 -06:00
parent a3fd550b1a
commit 0fdea0b55b

View file

@ -1,6 +1,6 @@
# Maintainer: Nathan <ndowens@artixlinux.org>
pkgname=check-link-consistency
pkgver=20220117
pkgver=20220120
pkgrel=1
pkgdesc="Checks linked files, similar to revdep-rebuild"
arch=(x86_64)
@ -8,15 +8,8 @@ url="https://github.com/dimgel/check-link-consistency"
license=('GPL3')
depends=('libarchive' 'libelf')
makedepends=('git')
source=("git+${url}"
"0001-Fix-paths.patch")
sha256sums=('SKIP'
'da97f184abaf547d5a557c33f0b3a43012d16cf084bb6cd1de8ce3b3b0c98ec4')
prepare() {
cd "$pkgname"
patch -Np1 -i ../0001-Fix-paths.patch
}
source=("git+${url}")
sha256sums=('SKIP')
build() {
cd "$pkgname"