summaryrefslogtreecommitdiff
path: root/libre-testing
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-07 11:30:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-07 11:30:43 -0400
commit08cc41ec173b7efbafd2062b7dba1cf36251dc95 (patch)
tree2b3d5ce26ec979192b1c263cc5af2b604158bebb /libre-testing
parent23136610b05c259ff65b4dc9514b59c458846efc (diff)
update libretools
Diffstat (limited to 'libre-testing')
-rw-r--r--libre-testing/libretools/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/libre-testing/libretools/PKGBUILD b/libre-testing/libretools/PKGBUILD
index 88960ddba..4974e0dad 100644
--- a/libre-testing/libretools/PKGBUILD
+++ b/libre-testing/libretools/PKGBUILD
@@ -8,17 +8,18 @@ pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/packages/libretools.git/"
license=('GPL3+' 'GPL2')
-pkgver=20130503
-_libretools_commit=0db5eebebe64db0d8c3b29b629b066a3909aa61d
+pkgver=20130507
+_libretools_commit=4ce4e426012375a9b44df012a143139645880c0d
_devtools_commit=a1a79ff77bb19166bd5631953a71e3d3222e5f1c
-pkgrel=1
-arch=('any')
-
_packages_url=https://projects.parabolagnulinux.org/packages
source=($_packages_url/libretools.git/snapshot/libretools-$_libretools_commit.tar.bz2
$_packages_url/devtools-par.git/snapshot/devtools-par-$_devtools_commit.tar.bz2)
+pkgrel=1
+arch=('any')
+makedepends=(emacs) # emacs --batch is used during the build to process text
+
build() {
cd "$srcdir"
ln -sf devtools-par-$_devtools_commit devtools-par
@@ -30,6 +31,7 @@ package_libretools() {
backup=(etc/libretools.conf etc/libretools.d/chroot.conf etc/libretools.d/librefetch.conf)
install=libretools.install
groups=(base-devel)
+ replaces=(chroottools)
depends=(
arch-install-scripts # `archroot` uses `pacstrap`
@@ -41,7 +43,6 @@ package_libretools() {
wget # `aur` and `pkgbuild-check-nonfree`
)
optdepends=('namcap: to check package files')
- makedepends=(emacs) # emacs --batch is used during the build to process text
cd "$srcdir/$pkgbase-$_libretools_commit"
make install-libretools install-doc DESTDIR="$pkgdir"
@@ -56,5 +57,5 @@ package_libretools-mips64el() {
make install-libretools-mips64el DESTDIR="$pkgdir"
}
-md5sums=('dabae9bb6040431e8e2b84871a027237'
+md5sums=('84fc56b35cca1a05a434d31218dbb891'
'c5cd04723119762701db766cb8f6e5ef')