summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
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"