summaryrefslogtreecommitdiff
path: root/libre/libretools
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-12 15:08:43 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-12 15:08:43 -0500
commitb9cc9ba682c2d797900679ca08eec4566e1993a8 (patch)
tree5d7d38f2febdf3378734f8ee9d5c029cf15ef7cc /libre/libretools
parent74f0365a2b63204732833a7986ed211b42d4ce55 (diff)
update libre/libretools
Diffstat (limited to 'libre/libretools')
-rw-r--r--libre/libretools/PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD
index a371f7733..569706f80 100644
--- a/libre/libretools/PKGBUILD
+++ b/libre/libretools/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Márcio Silva <coadde@lavabit.com>
pkgbase=libretools
-pkgname=(libretools libretools-mips64el librelib libregit)
+pkgname=(libretools libretools-mips64el librelib gitget)
pkgdesc="Programs for Parabola development"
url="https://projects.parabolagnulinux.org/packages/libretools.git/"
license=('GPL3' 'GPL2')
-pkgver=20131027
-_libretools_commit=11ca293c188ad394e2383381a4bce152cc7f0723
+pkgver=20131112
+_libretools_commit=0f03eb7ac94ad72f551eb1b2470b850d6bcf8bf0
_devtools_commit=021653a0acecc8763e1bbe90dbb770b4e6df4390
_packages_url=https://projects.parabolagnulinux.org/packages
@@ -45,11 +45,15 @@ package_librelib() {
make install-librelib DESTDIR="$pkgdir"
}
-package_libregit() {
+package_gitget() {
depends=("librelib=$pkgver" git)
+ provides=("libregit=$pkgver")
+ conflicts=("libregit")
+ replaces=("libregit")
+
cd "$srcdir/$pkgbase-$_libretools_commit"
- make install-libregit DESTDIR="$pkgdir"
+ make install-gitget DESTDIR="$pkgdir"
}
package_libretools() {
@@ -83,5 +87,5 @@ package_libretools-mips64el() {
make install-libretools-mips64el DESTDIR="$pkgdir"
}
-md5sums=('455f0ac438436b3580eb79dd9eb5a9e2'
+md5sums=('81e6d3d6fe1964a407a4520ce0916c0d'
'656008e8e35e6adba527b7bfc367b9f7')