diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 22:17:38 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-28 22:17:38 -0500 |
commit | 12aa7037abf5c2c3ccae621a6f53f86360e74dc7 (patch) | |
tree | b4f15f836afed0cef081e3d0a307e4babc3665fd /libre/libretools | |
parent | dfe13d15585eb6a53af45de6415068b8416a07ad (diff) |
update libre/{libre,chroot}tools
Diffstat (limited to 'libre/libretools')
-rw-r--r-- | libre/libretools/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 9217b4d02..01d835b1a 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -4,10 +4,10 @@ pkgbase=libretools pkgname=(libretools libretools-pr libretools-mips64el) -pkgver=20121128 +pkgver=20121128.3 pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/libretools.git/" -license=('GPL3+') +license=('GPL3+' 'GPL2') pkgrel=1 arch=('any') @@ -45,4 +45,4 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('4c730066c2152f929ca63424019b165a') +md5sums=('510f69ff043095b60f8a23ee28fd0a16') |