From b8278a005bb79f7166c05988da9e2a942e3099c4 Mon Sep 17 00:00:00 2001 From: Renato Silva Date: Sat, 11 Jun 2016 18:57:11 -0300 Subject: [PATCH] pactoys-git: Update. --- pactoys-git/PKGBUILD | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/pactoys-git/PKGBUILD b/pactoys-git/PKGBUILD index ab8a8585..66d12a53 100644 --- a/pactoys-git/PKGBUILD +++ b/pactoys-git/PKGBUILD @@ -2,7 +2,7 @@ _realname='pactoys' pkgname="${_realname}-git" -pkgver=r1.e58a7ac +pkgver=r1.2836307 pkgrel=1 pkgdesc='A set of pacman packaging utilities' url='https://github.com/renatosilva/pactoys' @@ -25,21 +25,11 @@ pkgver() { } build() { - cd "${srcdir}/${_realname}/repman/native" + cd "${srcdir}/${_realname}" make } package() { cd "${srcdir}/${_realname}" - mkdir -p "${pkgdir}/var/cache/pacboy" - - install -Dm755 makepatch/makepatch.sh "${pkgdir}/usr/bin/makepatch" - install -Dm755 pacboy/pacboy.sh "${pkgdir}/usr/bin/pacboy" - install -Dm755 repman/native/repman.exe "${pkgdir}/usr/bin/repman.exe" - install -Dm755 saneman/saneman.sh "${pkgdir}/usr/bin/saneman" - install -Dm755 updpkgver/updpkgver.sh "${pkgdir}/usr/bin/updpkgver" - - install -Dm644 pacboy/pacboy.completion "${pkgdir}/usr/share/bash-completion/completions/pacboy" - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_realname}/LICENSE" - install -Dm644 repman/native/inih/LICENSE.txt "${pkgdir}/usr/share/licenses/${_realname}/inih/LICENSE" + make DESTDIR="${pkgdir}" install }