diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-22 10:52:18 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-22 10:52:18 -0400 |
commit | 908d987dd1dcd4899f8f7f0878514c22ca8048b7 (patch) | |
tree | 29bf5986774207c3453044e1f370fb98d2431265 /libre/libretools | |
parent | 308bfb446305a96dffce945b6c4fb82b10d1b91b (diff) | |
parent | 8351d69e64a40d68fa32cfeea227b6fcf7afe974 (diff) | |
download | abslibre-908d987dd1dcd4899f8f7f0878514c22ca8048b7.tar.gz abslibre-908d987dd1dcd4899f8f7f0878514c22ca8048b7.tar.bz2 abslibre-908d987dd1dcd4899f8f7f0878514c22ca8048b7.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/libretools/libretools.install | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9ed86aa03..9f67689df 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" license=('GPL3+' 'GPL2') -pkgrel=2 +pkgrel=3 arch=('any') groups=(base-devel) depends=(openssh rsync git wget tokyocabinet) diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 70151e988..50f03ee88 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -3,10 +3,10 @@ # arg 1: the new package version post_install() { cat <<EOF -Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide +Please check https://wiki.parabolagnulinux.org/Package_maintainer_guide and follow instructions there before using libretools. -If you plan using fullpkg you should read http://wiki.parabolagnulinux.org/fullpkg +If you plan using fullpkg you should read https://wiki.parabolagnulinux.org/fullpkg and install libretools-\$arch if avaliable EOF |