diff options
-rw-r--r-- | PKGBUILD | 11 | ||||
-rw-r--r-- | libretools.install | 2 |
2 files changed, 6 insertions, 7 deletions
@@ -3,7 +3,7 @@ pkgname=libretools pkgver=$(date +%Y%m%d) -pkgrel=4 +pkgrel=1 pkgdesc="Scripts for easing Parabola's tasks" arch=('any') url="http://parabolagnulinux.org" @@ -13,9 +13,9 @@ makedepends=(git) backup=(etc/libretools.conf) install=libretools.install source=(libretools.install) -md5sums=('b1761e6e641dbb9aaa15b0ddaf1638a9') +md5sums=('61815bbb3180710625323d1fba211875') -_gitroot="http://www.parabolagnulinux.org/projects/libretools.git" # Asumming setup for libretools +_gitroot="http://www.parabolagnulinux.org/projects/libretools.git" _gitname="libretools" build() { @@ -38,9 +38,10 @@ package() { install -d ${pkgdir}/etc install -m644 ${_gitname}/libretools.conf ${pkgdir}/etc/ - rm ${_gitname}/libretools.conf - install -m755 ${_gitname}/libre* ${pkgdir}/usr/bin/ + install -m755 ${_gitname}/librerelease ${pkgdir}/usr/bin/ + install -m755 ${_gitname}/librecommit ${pkgdir}/usr/bin/ + install -m755 ${_gitname}/libremakepkg ${pkgdir}/usr/bin/ install -m755 ${_gitname}/pkgbuild-check-nonfree ${pkgdir}/usr/bin/ } diff --git a/libretools.install b/libretools.install index 41305ee..6971f67 100644 --- a/libretools.install +++ b/libretools.install @@ -9,8 +9,6 @@ For the scripts that can be run as normal user you can make custom configuration by copying /etc/libretools.conf to \$XDG_CONFIG_HOME/libretools/libretools.conf -Your /etc/pacman.conf should have uncommented CacheDir option - You should add this to your ~/.ssh/config file: # Parabola Host |