summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2010-10-19 19:46:57 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2010-10-19 19:46:57 -0500
commit4ecf6b27871b4384fc6ff66f46870f3e6f850ec6 (patch)
tree56b61953a7e7c34ad3abdc35f020d86a20ce821d /PKGBUILD
parent04f0c6e4d8f280ea39d1a062d47214cca5359ff3 (diff)
Updated install script to give instructions, and PKGBUILDv20101019
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e589b8..f978063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"