summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD2
-rw-r--r--libre/libretools/libretools.install6
2 files changed, 4 insertions, 4 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index 55b4faa8c..287c61523 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=libretools
pkgver=$(date -u +%Y%m%d)
-pkgrel=1.3
+pkgrel=1
pkgdesc="Scripts for easing Parabola's tasks"
arch=('any')
url="http://parabolagnulinux.org"
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index a44bb79d1..f8f447e2f 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -1,4 +1,3 @@
-
# arg 1: the new package version
post_install() {
cat <<EOF
@@ -13,8 +12,9 @@ post_upgrade() {
cat <<EOF
Check your /etc/libretools.conf
-Make sure extra is before community on your REPOS array
-in /etc/libretools.conf
+Your REPOS array if using fullpkg should be:
+'core' 'extra' 'community' 'libre'
+
EOF
}