feat: use instead
This commit is contained in:
@@ -7,10 +7,10 @@ sources=("${pkgname}-${pkgver}.tar.xz")
|
||||
urls=("https://www.kernel.org/pub/software/scm/git/git-2.44.0.tar.xz")
|
||||
md5sums=("7e4eb7c45e9ba7c90fa51deeea49732f")
|
||||
|
||||
distdir=${DIST_DIR}/${pkgname}-${pkgver}
|
||||
distdir=${distdir}
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
|
||||
tar -xf ${distdir}/${sources[0]} --strip-components=1
|
||||
}
|
||||
|
||||
src_check(){
|
||||
|
||||
Reference in New Issue
Block a user