summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-11 23:47:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-11 23:47:33 -0400
commitea735e9d809fb9e151b00660cf6c708f570c602d (patch)
treef7f89824c6152bd21918157513d824e98aaff876 /libre/libretools
parent95acc0a287009c9e91037b6244760c32d4d8499d (diff)
update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD23
1 files changed, 14 insertions, 9 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index ef46c6954..12ca1640c 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -9,11 +9,11 @@ pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20140322
-_libretools_commit=ff15727c30e5b9af5225869e38cbcfa2b08da6c2
-_devtools_commit=534d2015b45e013b37e1edbb997bd4df27d7b8fd
-md5sums=('36c7ef4d4f7e0b1fc6836babd40bb004'
- 'ec69dffa68829f063224de19bbd55fa9')
+pkgver=20140511
+_libretools_commit=9f1ef0bbdf1bc246c0c035a2dd6a4bcfa41664ef
+_devtools_commit=66f612510a5df14f4a017809e1eec671aee8cc26
+md5sums=('5bb8e455f86bdbe6a6757b9e34d69620'
+ 'dd8f9d7b0465ba855883e2fa99567967')
_packages_url=https://projects.parabolagnulinux.org/packages
source=($_packages_url/libretools.git/snapshot/libretools-$_libretools_commit.tar.bz2
@@ -38,9 +38,10 @@ check() {
}
package_librelib() {
- pkgdesc="Shell library portion of libretools"
+ pkgdesc="The shell library portion of libretools"
+ license=(GPL2)
depends=(
- wget # `aur` and `lib/blacklist.sh`
+ wget # `blacklist`
)
cd "$srcdir/$pkgbase-$_libretools_commit"
@@ -48,6 +49,8 @@ package_librelib() {
}
package_gitget() {
+ pkgdesc="A simple to use downloader for git URLs"
+ license=(GPL2)
depends=("librelib=$pkgver" git)
provides=("libregit=$pkgver")
@@ -62,17 +65,18 @@ package_libretools() {
backup=(etc/libretools.conf etc/libretools.d/chroot.conf etc/libretools.d/librefetch.conf)
install=libretools.install
replaces=(chroottools)
- conflicts=(devtools)
+ conflicts=(devtools chroottools)
depends=(
"librelib=$pkgver"
"gitget=$pkgver" # `createworkdir`
+ "systemd>=212" # force newer systemd
arch-install-scripts # `archroot` uses `pacstrap`
openssh # `librerelease`
rsync # `librerelease` and `makechrootpkg.sh`
subversion # `diff-unfree`
tokyocabinet # `treepkg`
- "systemd>208" # force newer systemd
+ wget # `aur`
)
optdepends=('namcap: to check package files')
@@ -82,6 +86,7 @@ package_libretools() {
package_libretools-mips64el() {
pkgdesc="Scripts for Parabola development (for mips64el architecture)"
+ license=(GPL3)
depends=("$pkgbase=$pkgver"
git # mips-add
)