diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-10-19 19:46:57 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2010-10-19 19:46:57 -0500 |
commit | 4ecf6b27871b4384fc6ff66f46870f3e6f850ec6 (patch) | |
tree | 56b61953a7e7c34ad3abdc35f020d86a20ce821d /PKGBUILD | |
parent | 04f0c6e4d8f280ea39d1a062d47214cca5359ff3 (diff) |
Updated install script to give instructions, and PKGBUILDv20101019
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,17 +1,20 @@ +# Maintainer: Joshua Haase <hahj87@gmail.com # Contributor: fauno <fauno@kiwwwi.com.ar> + pkgname=libretools pkgver=$(date +%Y%m%d) -pkgrel=3 +pkgrel=4 pkgdesc="Scripts for easing Parabola's tasks" arch=('any') url="http://parabolagnulinux.org" license=('GPL3+') -depends=(wget pacman) +depends=(wget pacman devtools) makedepends=(git) backup=(etc/libretools.conf) install=libretools.install source=(libretools.install) -md5sums=('35323c98f82edd0a410fd3372c0de947') +md5sums=('b1761e6e641dbb9aaa15b0ddaf1638a9') + _gitroot="http://www.parabolagnulinux.org/projects/libretools.git" # Asumming setup for libretools _gitname="libretools" |