diff options
-rw-r--r-- | PKGBUILD | 6 | ||||
-rw-r--r-- | libretools.install | 2 |
2 files changed, 3 insertions, 5 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() { 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 |