Date: Saturday, October 10, 2020 @ 21:56:48 Author: freswa Revision: 723435
implement FS#68184 Modified: neofetch/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-10 21:56:10 UTC (rev 723434) +++ PKGBUILD 2020-10-10 21:56:48 UTC (rev 723435) @@ -9,6 +9,7 @@ url="https://github.com/dylanaraps/neofetch" license=('MIT') depends=('bash') +makedepends=('git') backup=('etc/neofetch/config.conf') optdepends=( 'catimg: Display Images' @@ -25,11 +26,13 @@ 'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)' 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' ) -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz") -sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7') +_commit="60d07dee6b76769d8c487a40639fb7b5a1a7bc85" +source=("git+https://github.com/dylanaraps/neofetch.git#commit=${_commit}?signed") +validpgpkeys=("7C20ADCD35D9797789B6BCC046D62DD9F1DE636E") # Dylan Araps +sha256sums=('SKIP') package() { - cd "${pkgname}-${pkgver}/" + cd "${pkgname}" make DESTDIR="$pkgdir" install install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md" }
