diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-12 15:08:43 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-12 15:08:43 -0500 |
commit | b9cc9ba682c2d797900679ca08eec4566e1993a8 (patch) | |
tree | 5d7d38f2febdf3378734f8ee9d5c029cf15ef7cc | |
parent | 74f0365a2b63204732833a7986ed211b42d4ce55 (diff) | |
download | abslibre-b9cc9ba682c2d797900679ca08eec4566e1993a8.tar.gz abslibre-b9cc9ba682c2d797900679ca08eec4566e1993a8.tar.bz2 abslibre-b9cc9ba682c2d797900679ca08eec4566e1993a8.zip |
update libre/libretools
-rw-r--r-- | libre/libretools/PKGBUILD | 16 |
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') |